Update config.ts

This commit is contained in:
Eleria83
2026-05-24 20:32:00 +02:00
committed by GitHub
parent ac2b3935ab
commit 54a96f3397
+1 -1
View File
@@ -1,6 +1,6 @@
export const DEFAULT_LOCALE = "en" as const;
export const SUPPORTED_LOCALES = ["en", "es", "fr", "it", "nl", "ko", "pt-BR", "zh-CN", "zh-TW"] as const;
export const SUPPORTED_LOCALES = ["en", "es", "fr", "de", "it", "nl", "ko", "pt-BR", "zh-CN", "zh-TW"] as const;
export const I18N_NAMESPACES = [
"common",