mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 10:28:10 +08:00
Add support for i18n Farsi language (fa-IR) (#7044)
This commit is contained in:
committed by
GitHub
parent
99b78dd198
commit
ffa992acf7
@ -132,6 +132,13 @@
|
||||
"prompt_name": "Türkçe",
|
||||
"example": "Selam!",
|
||||
"supported": "true"
|
||||
},
|
||||
{
|
||||
"value": "fa-IR",
|
||||
"name": "Farsi (Iran)",
|
||||
"prompt_name": "Farsi",
|
||||
"example": "سلام, دیفای!",
|
||||
"supported": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user