mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #937 from hpwamr/MUI_dev
MUI - Prepare for language ko-KR (Korean)
This commit is contained in:
commit
d0cd0e2a24
@ -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\
|
||||
|
||||
@ -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";
|
||||
|
||||
|
||||
//=============================================================================
|
||||
|
||||
@ -19,6 +19,7 @@ GERMAN=true
|
||||
HUNGARIAN=true
|
||||
ITALIAN=true
|
||||
JAPANESE=true
|
||||
KOREAN=true
|
||||
PORTUGUESEBR=true
|
||||
RUSSIAN=true
|
||||
SIMPCHINESE=true
|
||||
|
||||
@ -103,7 +103,7 @@ HUNGARIAN=true
|
||||
ITALIAN=true
|
||||
JAPANESE=true
|
||||
;KHMER=true
|
||||
;KOREAN=true
|
||||
KOREAN=true
|
||||
;KURDISH=true
|
||||
;LATVIAN=true
|
||||
;LITHUANIAN=true
|
||||
|
||||
@ -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
|
||||
|
||||
:: ====================================================================================================================
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user