feat: add Turkish language support (#13670)

### What problem does this PR solve?
RAGFlow had no Turkish language support. This PR adds Turkish (tr)
locale translations to the UI.

### Type of change
- [x] New Feature (non-breaking change which adds functionality)

### What problem does this PR solve?

Co-authored-by: Mustafa YILDIZ <mustafa.yildiz@cilek.com>
This commit is contained in:
Mustafa YILDIZ
2026-03-18 16:09:32 +03:00
committed by GitHub
parent bbd0cd80e4
commit e4d8cdaff3
21 changed files with 2747 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ LANGUAGE_TO_MINERU_MAP = {
'Greek': 'el',
'Hindi': 'devanagari',
'Bulgarian': 'cyrillic',
'Turkish': 'latin',
}