Răsfoiți Sursa

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

Juan Linietsky 7 ani în urmă
părinte
comite
e896261b87
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      platform/windows/lang_table.h

+ 1 - 0
platform/windows/lang_table.h

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