Skip to content

Commit 7df729a

Browse files
CodeWithEmadarbrandes
authored andcommitted
feat: farsi added to supportedLocales
1 parent 1ab59f7 commit 7df729a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/i18n/lib.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ const supportedLocales = [
3939
'ar', // Arabic
4040
// NOTE: 'en' is not included in this list intentionally, since it's the fallback.
4141
'es-419', // Spanish, Latin American
42+
'fa', // Farsi
43+
'fa-ir', // Farsi, Iran
4244
'fr', // French
4345
'zh-cn', // Chinese, Simplified
4446
'ca', // Catalan

0 commit comments

Comments
 (0)