summaryrefslogtreecommitdiffstats
path: root/web/lib
diff options
context:
space:
mode:
Diffstat (limited to 'web/lib')
-rw-r--r--web/lib/aur.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/lib/aur.inc b/web/lib/aur.inc
index 1461a6ad..7c64cd67 100644
--- a/web/lib/aur.inc
+++ b/web/lib/aur.inc
@@ -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";