Skip to content

fix(l10n): correct zh-Hans Favorite and unify Mongolian note terminology#559

Open
DeepDiver1975 wants to merge 1 commit into
masterfrom
fix/l10n-zh-hans-mn-terminology
Open

fix(l10n): correct zh-Hans Favorite and unify Mongolian note terminology#559
DeepDiver1975 wants to merge 1 commit into
masterfrom
fix/l10n-zh-hans-mn-terminology

Conversation

@DeepDiver1975

Copy link
Copy Markdown
Member

Fixes two pre-existing translation issues surfaced while reviewing the 2.2.0 l10n backfill (#555). Both exist on master today and are independent of that release.

Changes

  • zh-Hans (Simplified Chinese)Favorite was 我的最愛, which is written in Traditional characters (愛/最愛; Simplified is 爱/最爱) and phrased as a noun ("My Favorites") rather than the verb/label sense. Changed to 收藏, the standard Simplified verb form, matching what zh_CN already uses. (The Traditional locales zh_HK/zh_TW correctly keep 我的最愛.)
  • mn (Mongolian) — the note strings mixed two different lexemes: Тэмдэглэгээ ("marking/annotation") for Notes / New note / Delete note, versus Тэмдэглэл ("note/memo") used for the newer strings. Standardised on Тэмдэглэл (Тэмдэглэлүүд for the plural Notes title), the accurate term for a note.

Each language's .js and .json pair is kept in sync; JSON validated.

Notes

  • Verified via native-level review that these are genuine correctness issues, not stylistic preferences.
  • Scoped intentionally small — no other catalogs touched.

🤖 Generated with Claude Code

Two pre-existing translation issues, independent of the 2.2.0 backfill:

- zh-Hans (Simplified Chinese): "Favorite" was "我的最愛" — Traditional
  characters (愛/最愛) and a noun phrase ("My Favorites"). Use "收藏",
  the Simplified verb form, matching zh_CN.
- mn (Mongolian): the note strings mixed two lexemes — "Тэмдэглэгээ"
  (marking/annotation) for Notes/New note/Delete note vs "Тэмдэглэл"
  (note/memo) elsewhere. Standardise on "Тэмдэглэл" ("Тэмдэглэлүүд" for
  the plural "Notes" title), the accurate term for a note.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
@DeepDiver1975
DeepDiver1975 requested a review from a team as a code owner July 26, 2026 12:05

@phil-davis phil-davis left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This is a struggle, because I have no clue if these are really improvements to these translations. We need to find a real person who is fluent in writing these languages. How do we do that?

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.

2 participants