translate: update standalone pages to Angular v22.1 - #216
Open
oidacra wants to merge 1 commit into
Open
Conversation
Apply the English delta to the existing Spanish translations without retranslating: - guide/templates/ng-content.md: refresh both code samples (file headers, imports, `App` class name, single-line templates). - tutorials/deferrable-views/steps/1-what-are-deferrable-views/README.md: migrate `<docs-code>` blocks to fenced code blocks. Fixes #203
oidacra
force-pushed
the
update-standalone-pages
branch
from
September 2, 2026 20:59
f7fceb4 to
fbb5766
Compare
ricardochl
self-requested a review
September 2, 2026 21:55
ricardochl
approved these changes
Sep 3, 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.
Descripción
Aplica el delta del original en inglés a las traducciones ya existentes, sin retraducir (skill
translate-delta):guide/templates/ng-content.md: actualiza los dos ejemplos de código (headerde archivo, imports sin espacios, claseAppen vez deAppComponent, plantillas en una sola línea). La prosa española no cambia.tutorials/deferrable-views/steps/1-what-are-deferrable-views/README.md: migra los dos bloques<docs-code>a fences, igual que el original. La prosa española no cambia.Los
.en.mdde ambos archivos ya contienen el inglés nuevo desde1b24621(update origin a v22.1) y no tienen cambios pendientes, por eso el commit solo toca los.md.Verificación
npm run plan-translationrespondiólistopara ambos archivos; solo se editaron los bloques previstos.npm run verify-translationpasa en ambos (aislamiento, estructura, anclas, glosario).npm run check-translationssigue listando ambos archivos: su heurística busca un commit que toque.mdy.en.mda la vez, y los.en.mdya estaban confirmados sin diff.Fixes #203