diff options
author | pjmattal <pjmattal> | 2006-08-02 15:09:42 +0200 |
---|---|---|
committer | pjmattal <pjmattal> | 2006-08-02 15:09:42 +0200 |
commit | 47ad04e0d2542501adb15b79354535f76f8f20dc (patch) | |
tree | a61a9e2d9691dc64328c4a778865eafca15ac033 /web/lib/aur.inc | |
parent | f00984a8871c96f5196c2afa9c2131edecc1906e (diff) | |
download | aur-47ad04e0d2542501adb15b79354535f76f8f20dc.tar.gz aur-47ad04e0d2542501adb15b79354535f76f8f20dc.tar.xz |
committed russian translation fixes from sergej
russian is now ready for prime time
Diffstat (limited to 'web/lib/aur.inc')
-rw-r--r-- | web/lib/aur.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/aur.inc b/web/lib/aur.inc index bbdc9476..27953495 100644 --- a/web/lib/aur.inc +++ b/web/lib/aur.inc @@ -21,7 +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" => "Ркий", + "ru" => "Русский", # "fr" => "Français", ); |