mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-25 15:25:44 +00:00
Update config.ts
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user