diff options
author | Renato Botelho <renato@netgate.com> | 2017-02-20 10:52:54 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2017-02-20 10:52:54 -0300 |
commit | 6378ef45479ec9f7f1962e4986ae540ad088a4ba (patch) | |
tree | 3a54130ca42672db9bd6b0826b9894986c6fe23c /src | |
parent | b08a1871f45d02d967fb1e1d4e7559bb63773f97 (diff) | |
download | pfsense-6378ef45479ec9f7f1962e4986ae540ad088a4ba.zip pfsense-6378ef45479ec9f7f1962e4986ae540ad088a4ba.tar.gz |
Add Chinese (Taiwan) to the list of available languages
Diffstat (limited to 'src')
-rw-r--r-- | src/etc/inc/pfsense-utils.inc | 1 |
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 |