Update Norwegian Bokmål translations (#1525)

* specify nb_NO

* Update Norwegian Bokmål translation

* change patch wording nb_NO
This commit is contained in:
Martin 2024-11-14 11:00:59 +01:00 committed by GitHub
parent 6ae92c0aac
commit 8e281575b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 155 additions and 155 deletions

View file

@ -31,7 +31,7 @@ QStringList languageNames = {"Arabic",
"Italian", "Italian",
"Japanese", "Japanese",
"Korean", "Korean",
"Norwegian", "Norwegian (Bokmaal)",
"Polish", "Polish",
"Portuguese (Brazil)", "Portuguese (Brazil)",
"Portuguese (Portugal)", "Portuguese (Portugal)",
@ -548,4 +548,4 @@ bool SettingsDialog::eventFilter(QObject* obj, QEvent* event) {
} }
} }
return QDialog::eventFilter(obj, event); return QDialog::eventFilter(obj, event);
} }