diff options
author | Marius Kjærstad <sandakersmann@users.noreply.github.com> | 2024-08-03 05:52:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-03 05:52:44 +0200 |
commit | 75b2512dba3f5f988c4691898c9b2c4f38be04ce (patch) | |
tree | e9150be72aee0dbd1609f76297805a10a30713e3 /src | |
parent | 09c261fc719733e1e83196f5985417730f662ebb (diff) | |
download | VeraCrypt-75b2512dba3f5f988c4691898c9b2c4f38be04ce.tar.gz VeraCrypt-75b2512dba3f5f988c4691898c9b2c4f38be04ce.zip |
Add Norwegian Bokmål translation (#1382)
* Add Norwegian Bokmål translation
* Fix Norwegian Bokmål translation
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}, |