Merge pull request #1055 from hpwamr/MUI_dev

MUI - Prepare for  Polish  language [pl-PL] (partial)
This commit is contained in:
Pairi Daiza 2019-03-17 18:09:02 +01:00 committed by GitHub
commit 7fbb94f3ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ static LNG_MENU_T s_LanguageMenu[] =
{ MAKELANGID(LANG_JAPANESE, SUBLANG_JAPANESE_JAPAN), L"日本語(日本)\t\t\t[%s]" },
{ MAKELANGID(LANG_KOREAN, SUBLANG_KOREAN), L"한국어 (대한민국)\t\t\t[%s]" },
{ MAKELANGID(LANG_DUTCH, SUBLANG_DUTCH), L"Nederlands (Nederland)\t\t\t[%s]" },
{ MAKELANGID(LANG_POLISH, SUBLANG_POLISH_POLAND), L"Polski (Polska)\t\t\t[%s]" },
{ MAKELANGID(LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN), L"Português (Brasil)\t\t\t[%s]" },
{ MAKELANGID(LANG_RUSSIAN, SUBLANG_RUSSIAN_RUSSIA), L"Русский (Pоссия)\t\t\t[%s]" },
{ MAKELANGID(LANG_CHINESE_SIMPLIFIED, SUBLANG_CHINESE_SIMPLIFIED), L"中文(中国)\t\t\t[%s]" }