Added missing support for traditional chinese on Windows, fixes #7674

(cherry picked from commit e896261b87)
This commit is contained in:
Juan Linietsky 2018-07-29 21:10:30 -03:00 committed by Rémi Verschelde
parent 4bcea9de74
commit 10a71ab4d6
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ static const _WinLocale _win_locales[] = {
{ "zh_CN", LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED },
{ "zh_HK", LANG_CHINESE, SUBLANG_CHINESE_HONGKONG },
{ "zh_SG", LANG_CHINESE, SUBLANG_CHINESE_SINGAPORE },
{ "zh_TW", LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL },
{ 0, 0, 0 },
};