diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-03-09 08:15:10 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-03-09 08:15:10 +0100 |
commit | 4168eaa55eb306f9a859b5aae34ebd3b678a4e81 (patch) | |
tree | 6cff5a7a1f9a5b24aed73338c36cfea1c4ee5e5c /web/lib | |
parent | 89fb3d45004e4e3b061758f65441c50bf3e96f67 (diff) | |
download | aur-4168eaa55eb306f9a859b5aae34ebd3b678a4e81.tar.gz aur-4168eaa55eb306f9a859b5aae34ebd3b678a4e81.tar.xz |
Replace "pt" translation by "pt_PT"
This makes the difference between Portuguese (Brazil) and Portuguese
(Portugal) a bit clearer. Also, "pt_PT" is way more up to date than
"pt".
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 fbade866..0925db75 100644 --- a/web/lib/config.inc.php.proto +++ b/web/lib/config.inc.php.proto @@ -51,8 +51,8 @@ $SUPPORTED_LANGS = array( "nb_NO" => "Norsk", "nl" => "Dutch", "pl" => "Polski", - "pt" => "Português", "pt_BR" => "Português (Brasil)", + "pt_PT" => "Português (Portugal)", "ro" => "Română", "ru" => "Русский", "sr" => "Srpski", |