Update vite.config.ts

Added Danish.
This commit is contained in:
Frørup Andelskasse
2026-02-03 14:32:04 +01:00
committed by GitHub
parent abba411cf0
commit 13484e3e44

View File

@@ -26,6 +26,7 @@ const SUPPORTED_LANGUAGES = [
'fr', 'fr',
'pt', 'pt',
'nl', 'nl',
'da',
] as const; ] as const;
const LANG_REGEX = new RegExp( const LANG_REGEX = new RegExp(
`^/(${SUPPORTED_LANGUAGES.join('|')})(?:/(.*))?$` `^/(${SUPPORTED_LANGUAGES.join('|')})(?:/(.*))?$`