From 373b04bd58a16e4415a1be4a2c53267d44662d11 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 22 Dec 2022 13:05:42 +0100 Subject: [PATCH] feat(i18n): add Norwegian translation --- src/i18n/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/index.ts b/src/i18n/index.ts index 1db47fd05..6987a5bbd 100644 --- a/src/i18n/index.ts +++ b/src/i18n/index.ts @@ -14,6 +14,7 @@ export const SUPPORTED_LOCALES = { 'nl-NL': 'Nederlands', 'pt-PT': 'Português', 'zh-CN': 'Chinese', + 'no-NO': 'Norsk Bokmål', } as Record export type SupportedLocale = keyof typeof SUPPORTED_LOCALES