feat(i18n): add Norwegian translation

This commit is contained in:
kolaente 2022-12-22 13:05:42 +01:00
parent 60890e4bb7
commit 373b04bd58
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -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<string, string>
export type SupportedLocale = keyof typeof SUPPORTED_LOCALES