mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
locale: poof... stale translation is gone
This commit is contained in:
parent
881a01ce92
commit
b62380eaa4
@ -2599,12 +2599,9 @@ function set_language($lang = 'en_US', $encoding = "UTF-8") {
|
||||
bind_textdomain_codeset("pfSense","{$lang}.{$encoding}");
|
||||
}
|
||||
|
||||
function get_locale_list() {
|
||||
$locales = array(
|
||||
"en_US" => gettext("English"),
|
||||
"pt_BR" => gettext("Portuguese (Brazil)"),
|
||||
"tr" => gettext("Turkish"),
|
||||
);
|
||||
function get_locale_list()
|
||||
{
|
||||
$locales = array('en_US' => gettext('English'));
|
||||
asort($locales);
|
||||
return $locales;
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user