Update config.ts

This commit is contained in:
Ewazer
2026-04-20 13:35:54 +02:00
committed by GitHub
parent 1ce713d985
commit d966b9d401
+1 -1
View File
@@ -1,6 +1,6 @@
export const DEFAULT_LOCALE = "en" as const;
export const SUPPORTED_LOCALES = ["en", "es", "nl", "ko", "zh-CN"] as const;
export const SUPPORTED_LOCALES = ["en", "es", "fr", "nl", "ko", "zh-CN"] as const;
export const I18N_NAMESPACES = [
"common",