feat(i18n): enable Danish translation
This commit is contained in:
parent
ff6645d2ab
commit
7148b56eea
@ -16,6 +16,7 @@ export const SUPPORTED_LOCALES = {
|
|||||||
'zh-CN': 'Chinese',
|
'zh-CN': 'Chinese',
|
||||||
'no-NO': 'Norsk Bokmål',
|
'no-NO': 'Norsk Bokmål',
|
||||||
'es-ES': 'Español',
|
'es-ES': 'Español',
|
||||||
|
'da-DK': 'Dansk',
|
||||||
} as const
|
} as const
|
||||||
|
|
||||||
export type SupportedLocale = keyof typeof SUPPORTED_LOCALES
|
export type SupportedLocale = keyof typeof SUPPORTED_LOCALES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user