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/Main/Forms/PreferencesDialog.cpp | |
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/Main/Forms/PreferencesDialog.cpp')
-rw-r--r-- | src/Main/Forms/PreferencesDialog.cpp | 1 |
1 files changed, 1 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"}, |