[PR #11496] fix(app): use static language names in Thai localization #13814

Closed
opened 2026-02-16 18:18:38 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/11496

State: closed
Merged: Yes


closes #11488

What does this PR do?

Fixes Inconsistent language name strings in Thai localization file (packages/app/src/i18n/th.ts)

The Issue: The Thai localization file had translated language names (e.g., "language.en": "อังกฤษ") while all other localization files use static values (e.g., "language.en": "English"). These language name strings are meant to display the native language names and should be consistent across all locales.*

How did you verify your code works?

ran the app locally and verified that thai language does not change language names in the settings menu, consistent with other languages

Before

fix-thai-language-strings_BEFORE

After

fix-thai-language-strings_AFTER
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/11496 **State:** closed **Merged:** Yes --- closes #11488 ### What does this PR do? Fixes Inconsistent language name strings in Thai localization file (packages/app/src/i18n/th.ts) **The Issue**: The Thai localization file had translated language names (e.g., "language.en": "อังกฤษ") while all other localization files use static values (e.g., "language.en": "English"). These language name strings are meant to display the native language names and should be consistent across all locales.* ### How did you verify your code works? ran the app locally and verified that thai language does not change language names in the settings menu, consistent with other languages ## Before <img width="221" height="268" alt="fix-thai-language-strings_BEFORE" src="https://github.com/user-attachments/assets/39be49ea-bd03-4a6a-a475-a29316ddb58a" /> ## After <img width="230" height="281" alt="fix-thai-language-strings_AFTER" src="https://github.com/user-attachments/assets/a0ca58db-50be-44f6-843a-61868601a801" />
yindo added the pull-request label 2026-02-16 18:18:38 -05:00
yindo closed this issue 2026-02-16 18:18:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13814