Add Norwegian Bokmål translation (#1382)

* Add Norwegian Bokmål translation

* Fix Norwegian Bokmål translation
This commit is contained in:
Marius Kjærstad 2024-08-03 05:52:44 +02:00 committed by GitHub
parent 09c261fc71
commit 75b2512dba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1686 additions and 0 deletions

1684
Translations/Language.nb.xml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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"},

View File

@ -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},