docs: translate the changes that landed after #1115's translation commit - #1117
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1117 +/- ##
=======================================
Coverage 88.34% 88.34%
=======================================
Files 227 227
Lines 9698 9698
Branches 2301 2301
=======================================
Hits 8568 8568
Misses 498 498
Partials 632 632 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
cogwirrel
approved these changes
Aug 24, 2026
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.
Reason for this change
#1115 landed its
docs: update translationscommit before its final review-feedback commit, so the English changes in that last commit were never translated. The eight non-English copies of three guides still carry content that no longer exists in the English source.Concretely,
dede1d9(the last commit on #1115) editeden/guides/py-agent.mdx,en/guides/trpc.mdxanden/guides/ts-agent.mdx, and the translation workflow had already run at that point. Onmaintoday:trpc.mdx— all 8 languages still contain two blocks the reviewer deliberately removed: the:::caution[Claims location differs by API type]admonition and the:::note[Cognito authentication]client-token example.ts-agent.mdx/py-agent.mdx— all 8 languages still contain the trailing sentence "Set it on the runtime to advertise the deployed agent's public URL.", dropped from the A2A server sections.This is a translation catch-up only; no English or source changes.
Description of changes
Ran
scripts/translate.tslocally against the three guides, which retranslated them into all eight target languages (24 files).The translating agent also made a number of edits unrelated to the diff it was given, which I reverted so the commit contains only the intended catch-up:
zh/guides/trpc.mdx— rewrote ASCII commas and colons as full-width CJK punctuation throughout the file (147 lines touched). Rebuilt frommainwith only the two blocks excised.es/guides/py-agent.mdxandjp/guides/ts-agent.mdx— rewroteAstro.currentLocale || 'en'fallbacks in<Link>hrefs to|| 'es'/|| 'jp', which would change routing behaviour. Rebuilt frommainwith only the sentence removed.es/andpt/guides/ts-agent.mdx— reworded an unchanged sentence about client class naming. Reverted.The result is uniform across languages:
0/17for everytrpc.mdx, and 1–2 lines for each agent guide.Description of how you validated changes
docs:buildpasses with no errors (the remainingastro-expressive-codewarnings aboutgitignore/ejslanguages are pre-existing onmainand unrelated).addPing/createStrandsApp), so translating it is correct.Committing the translations here rather than letting the bot generate them means merging this does not trigger a follow-up translation commit and CI restart.
Issue # (if applicable)
N/A — follow-up to #1115.
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license