[INF][INTL.INF][SETUPLIB] We don't have preinstalled IMEs (#4774)

Don't write the preinstalled IME keyboard layouts in Chinese, Japanese and Korean (CJK). CORE-18506
This commit is contained in:
Katayama Hirofumi MZ 2022-10-14 07:17:24 +09:00 committed by GitHub
parent abaf0d1cbb
commit 26408144a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 24 additions and 24 deletions

View file

@ -4,7 +4,7 @@ MUI_LAYOUTS zhTWLayouts[] =
{
{ L"0409", L"00000409" },
{ L"0404", L"00000404" },
{ L"0404", L"E0080404" },
{ L"0404", L"E0010404" },
// { L"0404", L"E0080404" }, // We don't have preinstalled IMEs.
// { L"0404", L"E0010404" }, // We don't have preinstalled IMEs.
{ NULL, NULL }
};