Fix SUPPORTED_LOCALES array syntax

This commit is contained in:
Aaryash Khalkar
2026-04-08 19:19:08 +05:30
committed by GitHub
parent e7d5f51740
commit fdfeb51c00
+1 -1
View File
@@ -1,5 +1,5 @@
export const DEFAULT_LOCALE = "en" as const;
export const SUPPORTED_LOCALES = ["en", "zh-CN", "es", , "fr", "tr"] as const;
export const SUPPORTED_LOCALES = ["en", "zh-CN", "es", "fr", "tr"] as const;
export const I18N_NAMESPACES = [
"common",
"dialogs",