win/l10n: add zh-* locale aliases #11963

This commit is contained in:
cyy 2020-03-01 06:11:57 +08:00 committed by GitHub
parent 78f1eccc86
commit 1656367b90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -320,7 +320,9 @@ enc_alias_table[] =
{"japan", IDX_EUC_JP},
{"korea", IDX_EUC_KR},
{"prc", IDX_EUC_CN},
{"zh-cn", IDX_EUC_CN},
{"chinese", IDX_EUC_CN},
{"zh-tw", IDX_EUC_TW},
{"taiwan", IDX_EUC_TW},
{"cp950", IDX_BIG5},
{"950", IDX_BIG5},