feat(i18n): add Tunisian Arabic (ar-TN) translation (#29306)

Signed-off-by: yyh <yuanyouhuilyz@gmail.com>
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Nour Zakhma
2025-12-13 03:55:04 +01:00
committed by GitHub
parent f4c7f98a01
commit 886ce981cf
53 changed files with 6198 additions and 18 deletions

View File

@@ -146,6 +146,13 @@
"prompt_name": "Indonesian",
"example": "Halo, Dify!",
"supported": true
},
{
"value": "ar-TN",
"name": "العربية (تونس)",
"prompt_name": "Tunisian Arabic",
"example": "مرحبا، Dify!",
"supported": true
}
]
}