mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
added russian language translation from sergej
it looks lousy on my browser, need to figure out how to improve
This commit is contained in:
parent
5074a9186b
commit
c3380f4fd6
29 changed files with 634 additions and 0 deletions
|
@ -21,6 +21,7 @@ $SUPPORTED_LANGS = array( # what languages we have translations for
|
|||
# Eventually we will comment these in, when they are ready - PJM - 4/2005
|
||||
"es" => "Español",
|
||||
"de" => "Deutsch",
|
||||
"ru" => "Ð ÑÂÑÑÂкий",
|
||||
# "fr" => "Français",
|
||||
);
|
||||
|
||||
|
@ -401,6 +402,7 @@ function html_header() {
|
|||
print "<a href='".$_SERVER["PHP_SELF"]."?setlang=es'><span class='sideBarSmallHeader'>Español</span></a> ";
|
||||
print "<a href='".$_SERVER["PHP_SELF"]."?setlang=de'><span class='sideBarSmallHeader'>Deutsch</span></a> ";
|
||||
#print "<a href='".$_SERVER["PHP_SELF"]."?setlang=fr'><span class='sideBarSmallHeader'>Français</span></a>";
|
||||
print "<a href='".$_SERVER["PHP_SELF"]."?setlang=ru'><span class='sideBarSmallHeader'>Ð ÑÂÑÑÂкий</span></a>";
|
||||
print " </td>\n";
|
||||
print " </tr>\n";
|
||||
print " </table>\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue