feat(i18n): enable Danish translation

This commit is contained in:
kolaente 2023-06-21 20:14:21 +02:00
parent ff6645d2ab
commit 7148b56eea
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ export const SUPPORTED_LOCALES = {
'zh-CN': 'Chinese',
'no-NO': 'Norsk Bokmål',
'es-ES': 'Español',
'da-DK': 'Dansk',
} as const
export type SupportedLocale = keyof typeof SUPPORTED_LOCALES