docs(i18n): re-sync zh-Hans/ja README translations to v1.2.0#119
Merged
Conversation
Carries the English README's v1.2.0 deltas into both locales — the v1.2.0 status badge + release-tag link, the new Milestone-9 status paragraph, and the Milestone 9 row in the status table — and re-pins the translation-status.md manifest's two README rows to the source commit d277258 (#117), flipping them from `stale` back to `translated`. The English README changed in the merged release PR #117 (d277258), so this follow-up touches only the translated files + the manifest; because the source commit already exists on master, the manifest can be re-pinned in this same PR (no squash-orphaned pin). Documentation-only; no API change. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Summary
The post-release i18n re-sync for
v1.2.0— the established dance completing the v1.2.0 release (PR #117). Carries the English README'sv1.2.0deltas into thezh-Hansandjatranslations and re-pins the manifest.Changes
docs/i18n/zh-Hans/README.mdanddocs/i18n/ja/README.md:v1.1.2→v1.2.0(+ release-tag link);std::pmradapter, opt-in hardening, the fuzzing harness, and the benchmark extension), translated to match each locale's existing style;docs/i18n/translation-status.md: the twoREADME.mdrows re-pinned to the source commitd277258(chore(release): v1.2.0 #117 — the commit that last changed the English README) and flippedstale→translated, clearing thei18n-freshnessflag the release raised.CHANGELOG.md[Unreleased]: a Changed entry recording the re-sync (rolls into the next release, as the prior re-syncs did).Why re-pinning is safe in this PR
The English README changed in the already-merged release PR #117 (
d277258), so this follow-up touches only the translated files and the manifest. Because the source commit already exists onmaster, the manifest can be re-pinned here without the squash-orphaned-pin problem that forces a source-editing PR to defer re-pinning.Validation
consistency_lint.pyOK — thei18n-freshnessgate is satisfied: README's latest commit (d277258) matches the re-pinned rows.Documentation-only; no API change.
🤖 Generated with Claude Code