Merge pull request #937 from hpwamr/MUI_dev

MUI - Prepare for language ko-KR (Korean)
This commit is contained in:
Pairi Daiza 2019-02-20 14:08:13 +01:00 committed by GitHub
commit d0cd0e2a24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 4 deletions

View File

@ -115,6 +115,7 @@ IDS_MUI_ABOUT_ACKNOWLEDGES "\
\\cf0 maboroshin\\tab https://github.com/maboroshin\\par\
\\cf0 RaffaeleBianc0\\tab https://github.com/RaffaeleBianc0\\par\
\\cf0 rizonesoft\\tab https://github.com/rizonesoft\\par\
\\cf0 testinsovr\\tab https://github.com/testinsovr\\par\
\\cf0 xsak\\tab https://github.com/xsak\\par\
\\cf0 zufuliu\\tab https://github.com/zufuliu\\par\
\\cf0 \\par\

View File

@ -161,7 +161,7 @@ HMODULE g_hLngResContainer = NULL;
WCHAR g_tchPrefLngLocName[LOCALE_NAME_MAX_LENGTH + 1];
LANGID g_iPrefLANGID = MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US);
// 'en-US' internal default
static WCHAR* const g_tchAvailableLanguages = L"af-ZA be-BY de-DE en-GB es-ES fr-FR hu-HU it-IT ja-JP nl-NL pt-BR ru-RU zh-CN";
static WCHAR* const g_tchAvailableLanguages = L"af-ZA be-BY de-DE en-GB es-ES fr-FR hu-HU it-IT ja-JP ko-KR nl-NL pt-BR ru-RU zh-CN";
//=============================================================================

View File

@ -19,6 +19,7 @@ GERMAN=true
HUNGARIAN=true
ITALIAN=true
JAPANESE=true
KOREAN=true
PORTUGUESEBR=true
RUSSIAN=true
SIMPCHINESE=true

View File

@ -103,7 +103,7 @@ HUNGARIAN=true
ITALIAN=true
JAPANESE=true
;KHMER=true
;KOREAN=true
KOREAN=true
;KURDISH=true
;LATVIAN=true
;LITHUANIAN=true

View File

@ -28,7 +28,7 @@ setlocal enableextensions
:: ====================================================================================================================
set NP3_LANGUAGE_SET=af-ZA be-BY de-DE en-GB es-ES fr-FR hu-HU it-IT ja-JP nl-NL pt-BR ru-RU zh-CN
set NP3_LANGUAGE_SET=af-ZA be-BY de-DE en-GB es-ES fr-FR hu-HU it-IT ja-JP ko-KR nl-NL pt-BR ru-RU zh-CN
:: ====================================================================================================================

View File

@ -85,7 +85,7 @@ static WCHAR s_wchIniFile2[MAX_PATH + 1] = { L'\0' };
static WCHAR s_wchTmpFilePath[MAX_PATH + 1] = { L'\0' };
// 'en-US' internal default
static WCHAR* const s_tchAvailableLanguages = L"af-ZA be-BY de-DE en-GB es-ES fr-FR hu-HU it-IT ja-JP nl-NL pt-BR ru-RU zh-CN";
static WCHAR* const s_tchAvailableLanguages = L"af-ZA be-BY de-DE en-GB es-ES fr-FR hu-HU it-IT ja-JP ko-KR nl-NL pt-BR ru-RU zh-CN";
static int s_iSettingsVersion = CFG_VER_CURRENT;
static bool s_bEnableSaveSettings = true;