feat(i18n): add Persian(fa) to language list

This commit is contained in:
Goudarz Jafari
2026-02-06 10:30:26 +03:30
parent fac45c4d44
commit 2c5c67311e
+1 -1
View File
@@ -12,7 +12,7 @@ let currentLocale =
'en';
// Supported locales
const supportedLocales = ['en', 'es', 'zh'];
const supportedLocales = ['en', 'es', 'zh', 'fa'];
// Fallback to English if locale is not supported
if (!supportedLocales.includes(currentLocale)) {