diff --git a/src/i18n/index.ts b/src/i18n/index.ts index 8b49bc9df..25bd8fe39 100644 --- a/src/i18n/index.ts +++ b/src/i18n/index.ts @@ -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