App Store metadata in Traditional Chinese and Japanese - #60
Merged
Conversation
String Catalogs (app, widgets, InfoPlist) with English text as the key; every user-visible sheet, alert, menu, notification, guide, FAQ and release-note string goes through String(localized:), while the TALLY micro chrome (DONE, ESC, LIVE, telemetry) stays English by design. Language is chosen per app in Settings.app; Multiplex Settings gains a LANGUAGE row that deep-links there. `./Tools/build.sh strings` folds the build's .stringsdata into the catalogs (the IDE-only sync step); StringCatalogTests fails when a key lacks a zh-Hant or ja value. Integer interpolations that must not be locale-grouped (ports, line numbers) interpolate String(...). Every translated row is needs_review pending a native pass; zh-Hant was linted with zhtw-mcp. Decisions and glossary: docs/agents/i18n.md.
fastlane/metadata/zh-Hant and ja mirror every en-US file (name, subtitle, promo, keywords, both platform descriptions and release notes, TestFlight description, URLs). Tools/metadata_limits.rb gains per-locale Unicode script ranges so the checker accepts CJK copy by block while en-US and the changelog stay glyph-strict; check-metadata.rb now recognises script-tagged locale directories (zh-Hant).
No spaces between full- and half-width characters, full-width colons, no spaces around slashes/brackets, spaced em dashes; textlint is now the recorded ja lint step in docs/agents/i18n.md.
ReleaseNotes.swift reverts to plain literals; its 93 catalog keys are gone. Versioned copy is rewritten every release, so the per-release translation pass buys little — the App Store release notes are localized instead.
jhen0409
force-pushed
the
i18n-store-metadata
branch
from
August 18, 2026 06:00
c3e8bcd to
1ab2fa9
Compare
jhen0409
force-pushed
the
i18n-zh-hant-ja
branch
from
August 18, 2026 07:17
2dcc02d to
9f57910
Compare
jhen0409
force-pushed
the
i18n-store-metadata
branch
from
August 18, 2026 07:17
29f3fa5 to
1ab2fa9
Compare
# Conflicts: # Multiplex/Localizable.xcstrings # Multiplex/Models/TerminalGuide.swift # docs/agents/i18n.md # fastlane/testflight-whats-new.txt
jhen0409
marked this pull request as draft
August 20, 2026 01:49
jhen0409
marked this pull request as ready for review
August 22, 2026 02:09
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stacked on #59.
Summary
fastlane/metadata/zh-Hant/andfastlane/metadata/ja/mirror every en-US file: name, subtitle, promotional text, keywords,description_{ios,visionos},release_notes_{ios,visionos}(1.3.1),beta_app_description, URLs. Same glossary as the app (docs/agents/i18n.md); zh-Hant linted withzhtw-mcp(the remaining 連接 hits are the deliberate attach term; 幕前調度 is Apple's Stage Manager).Tools/metadata_limits.rb:SCRIPT_RANGES+allowed_character?— CJK copy is accepted by Unicode block per locale (ideographs, kana, bopomofo, CJK punctuation, full-width forms); en-US andtestflight-whats-new.txtstay glyph-strict.Tools/check-metadata.rb: passes the locale into the character check and recognises script-tagged directories (zh-Hant), which the oldxx-YYregex silently skipped.release-and-metadata.mdrecords the mirror duty.ruby Tools/check-metadata.rb→ OK (all fields under cap; keywords 83/87 of 100).