feat: add Thai language support (100% Thai UI)

- Add locales/th.json with 629 translated keys
- Add Thai to languages.json with llmInstruction for report generation
- Backend auto-loads new locale files from locales/ directory
This commit is contained in:
Kunthawat Greethong
2026-06-17 12:38:33 +07:00
parent 9f2232d40b
commit 8a09a49029
2 changed files with 669 additions and 0 deletions

View File

@@ -26,5 +26,9 @@
"de": {
"label": "Deutsch",
"llmInstruction": "Bitte antworten Sie auf Deutsch."
},
"th": {
"label": "ไทย",
"llmInstruction": "กรุณาตอบเป็นภาษาไทย"
}
}