feat: Add support for i18n Turkish language (tr-TR) (#6886)

Co-authored-by: hursit <hursit.topal@enuygun.com>
This commit is contained in:
hursit
2024-08-01 12:30:35 +03:00
committed by GitHub
parent a9cd6df97e
commit 104c797dd0
34 changed files with 3515 additions and 0 deletions

View File

@@ -125,6 +125,13 @@
"prompt_name": "Hindi",
"example": "नमस्ते, Dify!",
"supported": "true"
},
{
"value": "tr-TR",
"name": "Türkçe",
"prompt_name": "Türkçe",
"example": "Selam!",
"supported": "true"
}
]
}