When we start on mageia front page we can see links on the first
line :
Mageia | Blog |Wiki |FAQ |IRC |Donations |Press |Values
That's OK for every language.
Same thing is displaid on the FAQ front page (for every language
except for Deutsch)
Same on Values front page
Unfortunately some links don't exist on the "Donations" page first
line (in any language)
You may correct this by adding
| <a href="/en/faq/">FAQ</a>
| <a href="http://mageia.org/wiki/doku.php?id=press">Press</a>
| <a href="/en/about/values/">Values</a>
in the beginning of the source code of the "Donations" pages for
every language in the :
<div class="nav"> section
(adapting it to the local language) for instance (for espagnol) :
<a href="/es/faq/">FAQ</a>
<a href="/es/about/values/">Values</a>
Maybe it would be simpler to pick in each language branch :
the first paragraph of the <div class="nav"> section
of the FAQ page
and paste it over the one in the <div class="nav"> section
of the "Donations" page in the same language
... that won't work for German
Hope this would help
Philippe