From 4168eaa55eb306f9a859b5aae34ebd3b678a4e81 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 9 Mar 2012 08:15:10 +0100 Subject: 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 --- web/lib/config.inc.php.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') 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", -- cgit v1.2.3-24-g4f1b