Skip to content

[BUG] app: Incorrect language name strings when using Thai language #11488

@alexyaroshuk

Description

@alexyaroshuk

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

  1. Change language to Thai in settings
  2. Observe that all languages now are in thai

Screenshot

Image

Operating System

Windows 10

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions