diff --git a/src/i18n/index.ts b/src/i18n/index.ts index 1db47fd05a..6987a5bbd4 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