diff --git a/gui/src/i18n/config.tsx b/gui/src/i18n/config.tsx index 94e4e6711..77d0953ad 100644 --- a/gui/src/i18n/config.tsx +++ b/gui/src/i18n/config.tsx @@ -47,6 +47,10 @@ export const langs = [ name: '🇰🇷 한국어', key: 'ko', }, + { + name: '🇳🇴 Norsk bokmål', + key: 'nb-NO', + }, { name: '🇳🇱 Nederlands', key: 'nl', diff --git a/l10n.toml b/l10n.toml index a996e813f..698ad953e 100644 --- a/l10n.toml +++ b/l10n.toml @@ -10,6 +10,7 @@ locales = [ "it", "ja", "ko", + "nb-NO", 'nl', "pl", "pt-BR",