Skip to content

Fix incorrect Chinese localization for 'auto' in settings panel#1121

Open
wd041216-bit wants to merge 3 commits into
wordplaydev:mainfrom
wd041216-bit:main
Open

Fix incorrect Chinese localization for 'auto' in settings panel#1121
wd041216-bit wants to merge 3 commits into
wordplaydev:mainfrom
wd041216-bit:main

Conversation

@wd041216-bit
Copy link
Copy Markdown
Contributor

Summary

Fixes #1115

The option 'auto' in the settings panel was incorrectly translated as '汽车' (car) in Chinese (zh-CN). This PR changes it to '自动' (automatic), which is the correct translation.

Changes

  • static/locales/zh-CN/zh-CN.json:
    • layout label: "$~汽车""$~自动"
    • theme (dark) label: "$~汽车""$~自动"

Test plan

  • Verified the two occurrences of 汽车 were replaced with 自动
  • Review by native Chinese speaker (optional)

🤖 Generated with Claude Code

- layout label: "$~汽车" → "~自动" (wordplaydev#1115)
- theme label: "$~汽车" → "~自动" (wordplaydev#1115)

The option 'auto' was incorrectly translated as '汽车' (car).
It should be '自动' (automatic).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Copy link
Copy Markdown
Collaborator

@amyjko amyjko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the out of date annotations.

Comment thread static/locales/zh-CN/zh-CN.json Outdated
@wd041216-bit
Copy link
Copy Markdown
Contributor Author

wd041216-bit commented May 16, 2026

Fixed in 6f4c228. This removes the stale machine-translation markers from the two zh-CN "auto" labels so they now render as plain 自动.

Comment thread static/locales/zh-CN/zh-CN.json Outdated
- Remove stale $~ machine-translation tags from all settings labels and tips
- Correct mistranslated terms:
  - layout: \u0022堆\u0022 → \u0022垂直\u0022, \u0022二\u0022 → \u0022双列\u0022, \u0022一\u0022 → \u0022单列\u0022, \u0022自由的\u0022 → \u0022自由\u0022
  - animate: \u0022离开\u0022 → \u0022关闭\u0022, \u0022三档\u0022 → \u0022三分之一速\u0022, \u0022五速\u0022 → \u0022五倍速\u0022, \u0022十速\u0022 → \u0022十倍速\u0022
  - dark: \u0022光\u0022 → \u0022浅色\u0022, \u0022黑暗的\u0022 → \u0022深色\u0022
  - writing: \u0022垂直升\u0022 → \u0022垂直从左到右\u0022
  - space: \u0022 空格指示器\u0022 → \u0022空格与换行标记\u0022
  - blocks: \u0022将代码块编辑为代码块\u0022 → \u0022以积木形式编辑代码\u0022
  - blockDensity: \u0022袖珍的\u0022 → \u0022紧凑\u0022, \u0022普通的\u0022 → \u0022正常\u0022
- Fix layout tips: \u0022瓷砖\u0022 → \u0022图块\u0022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect localization for the setting panel

2 participants