docs(i18n): re-pin README translations after the docs-site badge removal#98
Merged
Merged
Conversation
Completes the i18n step deferred by #97 (the squash-merge would have orphaned a pin to that PR's branch commit). The English README's docs-site-badge removal is now on master as 6f1aa60, and the zh-Hans/ja READMEs already carry the matching removal, so the two README rows in translation-status.md are re-pinned to 6f1aa60 and flipped `stale` -> `translated`. Manifest-only; no content or 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
Manifest-only follow-up that completes the i18n step deferred by #97: re-pins the two README translation rows to #97's
mastercommit (6f1aa60) and flips themstale→translated. No content or API change.Motivation
#97 removed the
docs-sitebadge from the English README (and the translations), moving the English source ahead of the translation pins. Because the repo squash-merges, #97 could not re-pin to its own (orphaned) branch commit, so it marked the rowsstale. Now that the change is onmasteras6f1aa60, the pins can be advanced and the rows restored totranslated.Changes
docs/i18n/translation-status.md— both README rows: source commit / translated-at →6f1aa60, statusstale→translated.Design Patterns
Verification
python tools/consistency_lint.py— OK (i18n-freshnessgreen: README unchanged since6f1aa60, rows nowtranslated)markdownlint-cli2cleanDocumentation Impact
CHANGELOGentry — no new CHANGELOG line neededdocumentationlabel,v1.1.2milestone (§6.4 / ADR-0040)🤖 Generated with Claude Code