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") {
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;
}
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
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