Skip to content

Commit

Permalink
Bug #73, 解决LocaleNameToLCID内置表格排序错误
Browse files Browse the repository at this point in the history
  • Loading branch information
mingkuang-Chuyu committed May 1, 2024
1 parent a010ba2 commit c787d87
Show file tree
Hide file tree
Showing 2 changed files with 420 additions and 4 deletions.
13 changes: 10 additions & 3 deletions src/Thunks/api-ms-win-core-localization.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,9 @@ namespace YY
{ L"wo", L"wo-SN" },
{ L"xh", L"xh-ZA" },
{ L"yo", L"yo-NG" },
{ L"zh", L"zh-CN" },
{ L"zh-CHS", L"zh-CN" },
{ L"zh-CHT", L"zh-HK" },
{ L"zh-Hans", L"zh-CN" },
{ L"zh-Hant", L"zh-HK" },
{ L"zu", L"zu-ZA" },
Expand Down Expand Up @@ -868,6 +871,7 @@ namespace YY
{ 0x0000703B, L"smn" },
{ 0x0000742C, L"az-Cyrl" },
{ 0x0000743B, L"sms" },
{ 0x00007804, L"zh" },
{ 0x00007814, L"nn" },
{ 0x0000782C, L"az-Latn" },
{ 0x0000783B, L"sma" },
Expand Down Expand Up @@ -1337,12 +1341,15 @@ namespace YY
{ L"xh-ZA", 0x00000434 },
{ L"yo", 0x0000006A },
{ L"yo-NG", 0x0000046A },
{ L"zh", 0x00007804 },
{ L"zh-CHS", 0x00000004 },
{ L"zh-CHT", 0x00007C04 },
{ L"zh-CN", 0x00000804 },
{ L"zh-CN_stroke", 0x00020804 },
{ L"zh-Hans", 0x00000004 },
{ L"zh-Hant", 0x00007C04 },
{ L"zh-HK", 0x00000C04 },
{ L"zh-HK_radstr", 0x00040C04 },
{ L"zh-Hans", 0x00000004 },
{ L"zh-Hant", 0x00007C04 },
{ L"zh-MO", 0x00001404 },
{ L"zh-MO_radstr", 0x00041404 },
{ L"zh-MO_stroke", 0x00021404 },
Expand Down Expand Up @@ -2402,4 +2409,4 @@ namespace YY
#endif
}//namespace Thunks

} //namespace YY
} //namespace YY
Loading

0 comments on commit c787d87

Please sign in to comment.