summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/pfsense-utils.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/inc/pfsense-utils.inc')
-rw-r--r--src/etc/inc/pfsense-utils.inc11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/etc/inc/pfsense-utils.inc b/src/etc/inc/pfsense-utils.inc
index 2c3ac9a..86342b5 100644
--- a/src/etc/inc/pfsense-utils.inc
+++ b/src/etc/inc/pfsense-utils.inc
@@ -2938,15 +2938,16 @@ function set_language() {
function get_locale_list() {
$locales = array(
"bs" => gettext("Bosnian"),
- "de_DE" => gettext("German (Germany)"),
+ "zh_Hans_CN" => gettext("Chinese (Simplified, China)"),
+ "zh_TW" => gettext("Chinese (Taiwan)"),
+ "nl" => gettext("Dutch"),
"en_US" => gettext("English"),
- "es" => gettext("Spanish"),
- "es_AR" => gettext("Spanish (Argentina)"),
+ "de_DE" => gettext("German (Germany)"),
"nb" => gettext("Norwegian Bokmål"),
"pt_BR" => gettext("Portuguese (Brazil)"),
"ru" => gettext("Russian"),
- "zh_Hans_CN" => gettext("Chinese (Simplified, China)"),
- "zh_TW" => gettext("Chinese (Taiwan)"),
+ "es" => gettext("Spanish"),
+ "es_AR" => gettext("Spanish (Argentina)"),
);
// If the locales are sorted, the order changes depending on the language selected. If the user accidentally
OpenPOWER on IntegriCloud