feat(i18n): add Norwegian translation
This commit is contained in:
parent
60890e4bb7
commit
373b04bd58
@ -14,6 +14,7 @@ export const SUPPORTED_LOCALES = {
|
|||||||
'nl-NL': 'Nederlands',
|
'nl-NL': 'Nederlands',
|
||||||
'pt-PT': 'Português',
|
'pt-PT': 'Português',
|
||||||
'zh-CN': 'Chinese',
|
'zh-CN': 'Chinese',
|
||||||
|
'no-NO': 'Norsk Bokmål',
|
||||||
} as Record<string, string>
|
} as Record<string, string>
|
||||||
|
|
||||||
export type SupportedLocale = keyof typeof SUPPORTED_LOCALES
|
export type SupportedLocale = keyof typeof SUPPORTED_LOCALES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user