From b5cb01eec37cb256df6f910d08955bf0e94bf2e1 Mon Sep 17 00:00:00 2001 From: ImUrX Date: Tue, 31 Jan 2023 16:13:20 -0300 Subject: [PATCH] =?UTF-8?q?add=20norwegian=20bokm=C3=A5l=20to=20menu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gui/src/i18n/config.tsx | 4 ++++ l10n.toml | 1 + 2 files changed, 5 insertions(+) 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",