Merge pull request #3238 from hpwamr/mui

MUI - Minor correction and add some info comment lines
This commit is contained in:
Pairi Daiza 2021-03-27 09:48:04 +01:00 committed by GitHub
commit 6cabbc1776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -54,7 +54,7 @@ BEGIN
#elif defined(MUI_BASE_LNG_FR_FR)
"#include ""../language/np3_fr_fr/np3_fr_fr.rc""\r\n"
#elif defined(MUI_BASE_LNG_HI_IN)
"#include ""../language/np3_fr_fr/np3_fr_fr.rc""\r\n"
"#include ""../language/np3_hi_in/np3_hi_in.rc""\r\n"
#elif defined(MUI_BASE_LNG_HU_HU)
"#include ""../language/np3_hu_hu/np3_hu_hu.rc""\r\n"
#elif defined(MUI_BASE_LNG_ID_ID)
@ -72,7 +72,7 @@ BEGIN
#elif defined(MUI_BASE_LNG_PT_BR)
"#include ""../language/np3_pt_br/np3_pt_br.rc""\r\n"
#elif defined(MUI_BASE_LNG_PT_PT)
"#include ""../language/np3_pr_pt/np3_pt-pt.rc""\r\n"
"#include ""../language/np3_pt_pt/np3_pt_pt.rc""\r\n"
#elif defined(MUI_BASE_LNG_RU_RU)
"#include ""../language/np3_ru_ru/np3_ru_ru.rc""\r\n"
#elif defined(MUI_BASE_LNG_SK_SK)
@ -493,7 +493,7 @@ END
#elif defined(MUI_BASE_LNG_FR_FR)
#include "../language/np3_fr_fr/np3_fr_fr.rc"
#elif defined(MUI_BASE_LNG_HI_IN)
#include "../language/np3_fr_fr/np3_fr_fr.rc"
#include "../language/np3_hi_in/np3_hi_in.rc"
#elif defined(MUI_BASE_LNG_HU_HU)
#include "../language/np3_hu_hu/np3_hu_hu.rc"
#elif defined(MUI_BASE_LNG_ID_ID)
@ -511,7 +511,7 @@ END
#elif defined(MUI_BASE_LNG_PT_BR)
#include "../language/np3_pt_br/np3_pt_br.rc"
#elif defined(MUI_BASE_LNG_PT_PT)
#include "../language/np3_pr_pt/np3_pt-pt.rc"
#include "../language/np3_pt_pt/np3_pt_pt.rc"
#elif defined(MUI_BASE_LNG_RU_RU)
#include "../language/np3_ru_ru/np3_ru_ru.rc"
#elif defined(MUI_BASE_LNG_SK_SK)

View File

@ -10,7 +10,8 @@
#endif
// ==========================================
// 1. To build a NON MUI Notepad3, Comment-Out the following line
// How to build a NON MUI Notepad3 version for desired Language
// 1. Comment-Out the following line
#define HAVE_DYN_LOAD_LIBS_MUI_LNGS 1
// ------------------------------------------
// - extent Notepad3.rc file accordingly
@ -20,9 +21,8 @@
// for Base-Lng in MUI env
#define MUI_BASE_LNG_EN_US 1
#else
// 2. To build a NON MUI Notepad3, Comment-Out the following line
#define MUI_BASE_LNG_EN_US 1
// 3. And Uncommentt one of the following lines
// 2. Uncomment one of the following lines according to the desired Language
//#define MUI_BASE_LNG_AF_ZA 1
//#define MUI_BASE_LNG_BE_BY 1
//#define MUI_BASE_LNG_DE_DE 1