summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/pfsense-utils.inc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-02-20 10:52:54 -0300
committerRenato Botelho <renato@netgate.com>2017-02-20 10:52:54 -0300
commit6378ef45479ec9f7f1962e4986ae540ad088a4ba (patch)
tree3a54130ca42672db9bd6b0826b9894986c6fe23c /src/etc/inc/pfsense-utils.inc
parentb08a1871f45d02d967fb1e1d4e7559bb63773f97 (diff)
downloadpfsense-6378ef45479ec9f7f1962e4986ae540ad088a4ba.zip
pfsense-6378ef45479ec9f7f1962e4986ae540ad088a4ba.tar.gz
Add Chinese (Taiwan) to the list of available languages
Diffstat (limited to 'src/etc/inc/pfsense-utils.inc')
-rw-r--r--src/etc/inc/pfsense-utils.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/etc/inc/pfsense-utils.inc b/src/etc/inc/pfsense-utils.inc
index e5dfc05..075306f 100644
--- a/src/etc/inc/pfsense-utils.inc
+++ b/src/etc/inc/pfsense-utils.inc
@@ -2800,6 +2800,7 @@ function get_locale_list() {
"pt_BR" => gettext("Portuguese (Brazil)"),
"tr" => gettext("Turkish"),
"zh_Hans_CN" => gettext("Chinese (Simplified, China)"),
+ "zh_TW" => gettext("Chinese (Taiwan)"),
);
// If the locales are sorted, the order changes depending on the language selected. If the user accidentally
OpenPOWER on IntegriCloud