i18n: Add persian (farsi)

This commit is contained in:
Ased Mammad
2024-08-06 11:49:36 +03:30
parent 325913cc9c
commit f1214f314d
13 changed files with 576 additions and 1 deletions

View File

@@ -35,5 +35,9 @@ export const supportLanguage = [
{
label: "日本語",
value: "ja-JP"
},
{
label: "فارسی",
value: "fa"
}
]