From 6378ef45479ec9f7f1962e4986ae540ad088a4ba Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Mon, 20 Feb 2017 10:52:54 -0300 Subject: Add Chinese (Taiwan) to the list of available languages --- src/etc/inc/pfsense-utils.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 -- cgit v1.1