feat: Added hindi translation i18n (#5240)

This commit is contained in:
Yash Parmar
2024-06-15 18:31:03 +05:30
committed by GitHub
parent 795714bc2f
commit 6ccde0452a
25 changed files with 3236 additions and 1 deletions

View File

@@ -118,6 +118,13 @@
"prompt_name": "Polish",
"example": "Cześć, Dify!",
"supported": true
},
{
"value": "hi-IN",
"name": "Hindi (India)",
"prompt_name": "Hindi",
"example": "नमस्ते, Dify!",
"supported": "true"
}
]
}