diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Main/Forms/PreferencesDialog.cpp | 1 | ||||
-rw-r--r-- | src/Setup/Setup.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/Main/Forms/PreferencesDialog.cpp b/src/Main/Forms/PreferencesDialog.cpp index afc2871f..a610987d 100644 --- a/src/Main/Forms/PreferencesDialog.cpp +++ b/src/Main/Forms/PreferencesDialog.cpp @@ -108,6 +108,7 @@ namespace VeraCrypt {"ka", L"ქართული"}, {"ko", L"한국어"}, {"lv", L"Latviešu"}, + {"nb", L"Norsk Bokmål"}, {"nl", L"Nederlands"}, {"nn", L"Norsk Nynorsk"}, {"pl", L"Polski"}, diff --git a/src/Setup/Setup.c b/src/Setup/Setup.c index 6edc0ea9..dc8c8ccc 100644 --- a/src/Setup/Setup.c +++ b/src/Setup/Setup.c @@ -2578,6 +2578,7 @@ static tLanguageEntry g_languagesEntries[] = { {L"ქართული", IDR_LANG_KA, LANG_GEORGIAN, "ka", NULL}, {L"한국어", IDR_LANG_KO, LANG_KOREAN, "ko", NULL}, {L"Latviešu", IDR_LANG_LV, LANG_LATVIAN, "lv", NULL}, + {L"Norsk Bokmål", IDR_LANG_NB, LANG_NORWEGIAN, "nb", NULL}, {L"Nederlands", IDR_LANG_NL, LANG_DUTCH, "nl", NULL}, {L"Norsk Nynorsk", IDR_LANG_NN, LANG_NORWEGIAN, "nn", NULL}, {L"Polski", IDR_LANG_PL, LANG_POLISH, "pl", NULL}, |