diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-08-20 18:27:02 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-08-20 18:27:43 +0200 |
commit | beafbfd6a0d7694f1cf5480b5ee1251095e42395 (patch) | |
tree | 9a2b5d1d501c23e4c2c0c2e5505acf18643272de /web/lib | |
parent | 87fba89a33ab1cbef86a4f688cb9490fdc4737aa (diff) | |
download | aur-beafbfd6a0d7694f1cf5480b5ee1251095e42395.tar.gz aur-beafbfd6a0d7694f1cf5480b5ee1251095e42395.tar.xz |
Replace "el_GR" translation by "el"
We discussed this on aur-dev. We shouldn't specify a territory unless
translations are specific to a variant of the Greek language.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/lib')
-rw-r--r-- | web/lib/config.inc.php.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/config.inc.php.proto b/web/lib/config.inc.php.proto index c4821717..fbade866 100644 --- a/web/lib/config.inc.php.proto +++ b/web/lib/config.inc.php.proto @@ -40,7 +40,7 @@ $SUPPORTED_LANGS = array( "da" => "Dansk", "de" => "Deutsch", "en" => "English", - "el_GR" => "Ελληνικά", + "el" => "Ελληνικά", "es" => "Español", "fi" => "Finnish", "fr" => "Français", |