From: Dave Page Date: Thu, 23 Sep 2010 20:27:02 +0000 (+0000) Subject: Add Portuguese as a supported language X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=61f880bba63118d643083103bea9ac6a8ff4c0d5;p=pgweb-old.git Add Portuguese as a supported language git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2744 8f5c7a92-453e-0410-a47f-ad33c8a6b003 --- diff --git a/portal/system/global/languages.php b/portal/system/global/languages.php index fedc5301..e370935b 100644 --- a/portal/system/global/languages.php +++ b/portal/system/global/languages.php @@ -21,6 +21,7 @@ $GLOBALS['_LANGUAGES'] = array( 'nl' => 'Nederlands', 'pl' => 'Polski', 'ro' => 'Română', + 'pt' => 'Portugu\xc3\xaas', 'ru' => 'Русский', 'sv' => 'Svenska', 'sl' => 'Slovensko',