add zh_TW translation

This commit is contained in:
zzz
2016-01-15 00:04:04 +00:00
parent cdfd4ca2f4
commit 6edd2b97b9
4 changed files with 8 additions and 1 deletions

View File

@ -99,7 +99,8 @@ public class ConfigUIHelper extends HelperBase {
{ "tr", "tr", _x("Turkish"), null },
{ "uk", "ua", _x("Ukrainian"), null },
{ "vi", "vn", _x("Vietnamese"), null },
{ "zh", "cn", _x("Chinese"), null }
{ "zh", "cn", _x("Chinese"), null },
{ "zh_TW", "tw", _x("Chinese"), "Taiwan" }
};