diff options
author | Vinicius Coque <vcoque@gmail.com> | 2012-06-17 21:20:25 -0300 |
---|---|---|
committer | Vinicius Coque <vcoque@gmail.com> | 2012-06-17 21:20:25 -0300 |
commit | 2e2eb01283e05e6dcdbc9e0028ac49e7adf96a7e (patch) | |
tree | 54ff88a16f8c8bf1f068c2e2fe74ab799e0230d0 /etc | |
parent | f7eb043c8e0ea60cc900586286e63c21697d1619 (diff) | |
download | pfsense-2e2eb01283e05e6dcdbc9e0028ac49e7adf96a7e.zip pfsense-2e2eb01283e05e6dcdbc9e0028ac49e7adf96a7e.tar.gz |
Brazilian Portuguese (pt_BR) translations added
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/pfsense-utils.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc index 9677958..8d5dac0 100644 --- a/etc/inc/pfsense-utils.inc +++ b/etc/inc/pfsense-utils.inc @@ -2431,6 +2431,7 @@ function set_language($lang = 'en_US', $encoding = "ISO8859-1") { function get_locale_list() { $locales = array( "en_US" => gettext("English"), + "pt_BR" => gettext("Portuguese (Brazil)"), ); asort($locales); return $locales; |