Commit b62380ea authored by Franco Fichtner's avatar Franco Fichtner

locale: poof... stale translation is gone

parent 881a01ce
...@@ -2599,12 +2599,9 @@ function set_language($lang = 'en_US', $encoding = "UTF-8") { ...@@ -2599,12 +2599,9 @@ function set_language($lang = 'en_US', $encoding = "UTF-8") {
bind_textdomain_codeset("pfSense","{$lang}.{$encoding}"); bind_textdomain_codeset("pfSense","{$lang}.{$encoding}");
} }
function get_locale_list() { function get_locale_list()
$locales = array( {
"en_US" => gettext("English"), $locales = array('en_US' => gettext('English'));
"pt_BR" => gettext("Portuguese (Brazil)"),
"tr" => gettext("Turkish"),
);
asort($locales); asort($locales);
return $locales; return $locales;
} }
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment