Bug:
In packages/app/src/i18n/th.ts, the language name strings (e.g., language.en, language.zh, language.de) were translated into Thai, but they should be static (same across all localization files).
What happened?
The Thai localization file contained translated language names:
"language.en": "อังกฤษ" (should be "English")
"language.zh": "จีนตัวย่อ" (should be "简体中文")
"language.de": "เยอรมัน" (should be "Deutsch")
Etc.
While all other localization files (en.ts, de.ts, ar.ts, br.ts, etc.) use static values that are consistent across languages.
OpenCode version
v1.1.48
Steps to reproduce
- Change language to Thai in settings
- Observe that all languages now are in thai
Screenshot
Operating System
Windows 10