mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Brazilian Portuguese (pt_BR) translations added
This commit is contained in:
parent
f7eb043c8e
commit
2e2eb01283
@ -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;
|
||||
|
||||
31259
usr/share/locale/en_US.ISO8859-1/LC_MESSAGES/pfSense.pot
Normal file
31259
usr/share/locale/en_US.ISO8859-1/LC_MESSAGES/pfSense.pot
Normal file
File diff suppressed because it is too large
Load Diff
BIN
usr/share/locale/pt_BR.ISO8859-1/LC_MESSAGES/pfSense.mo
Normal file
BIN
usr/share/locale/pt_BR.ISO8859-1/LC_MESSAGES/pfSense.mo
Normal file
Binary file not shown.
30930
usr/share/locale/pt_BR.ISO8859-1/LC_MESSAGES/pfSense.po
Normal file
30930
usr/share/locale/pt_BR.ISO8859-1/LC_MESSAGES/pfSense.po
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user