1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 19:08:26 -06:00

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
3 changed files with 1686 additions and 0 deletions

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