Merged
Conversation
Synchronize structural changes from English source files (.en.md) to Japanese translated files (.md) following the update-origin-21.0.0 migration. Changes include: - Code block syntax standardization (docs-code → markdown fences) - List marker unification (* → -) - Italic syntax standardization (*text* → _text_) - Heading anchor ID additions - Table formatting improvements - New content sections translation - Textlint error corrections All changes preserve existing Japanese translations while maintaining exact line count correspondence with English source files.
Synchronize structural changes from English source files to Japanese translated files for TypeScript, HTML, and JSON files. Changes include: - HTML template formatting and accessibility improvements - Component refactoring (HostListener to host bindings) - Navigation data updates for v21 features - New recommendation entries - Tutorial configuration updates - Japanese translation of all navigation labels All changes preserve existing Japanese translations while applying structural improvements from the upstream codebase.
- Regenerate add-global-styles.patch with em element style and new file structure - Update change-document-title.patch for new index.html structure (removed meta name="title") - Update replace-canonical-host.patch for new line numbers and additional URL references - Update replace-environment-values.patch for angular_next_dev index name - Update translate-top-level-banner.patch for 2025 survey
- Fix redundant expression in host-elements.md - Fix prh terminology in define-routes.md (インジェクションコンテキスト → 注入コンテキスト) - Fix spacing issues in utility-apis.md
…ed files - Move src/index.html to localized file management (.en.html/.html) - Move src/app/core/services/a-dev-title-strategy.ts to localized file management - Add both files to localizedFilePatterns in update-origin.ts - Remove obsolete change-document-title.patch and replace-canonical-host.patch - Simplify patch management by reducing file conflicts This change simplifies the patch application order and prevents conflicts between patches modifying the same file (index.html).
The header.service.ts file was inadvertently left without localization after removing replace-canonical-host.patch. This patch ensures ANGULAR_DEV constant is set to angular.jp.
Added anchor IDs to 11 level-2 and level-3 headings to ensure
cross-reference compatibility with internal links.
Changed headings:
- ## Angular のバージョン管理 {#angular-versioning}
- ### プレビューリリース {#preview-releases}
- ## リリース頻度 {#release-frequency}
- ## サポートポリシーとスケジュール {#support-policy-and-schedule}
- ### リリーススケジュール {#release-schedule}
- ### サポート期間 {#support-window}
- ### アクティブにサポートされているバージョン {#actively-supported-versions}
- ### LTSの修正 {#lts-fixes}
- ## 互換性ポリシー {#compatibility-policy}
- ## 破壊的変更ポリシーと更新パス {#breaking-change-policy-and-update-paths}
- ## 実験的 {#experimental}
This resolves anchor link validation errors like the one for
#deprecation-policy and maintains consistency with English version.
- Add anchor ID to "ルートガードの種類" in route-guards.md - Add anchor IDs to all section headings in versions.md
|
Deployed adev-preview for 06db1ba to: https://angular-ja--pr-angular-angular-ja-1088-adev-preview-2g1y7qw1.web.app Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt. |
2c19595 to
311f2db
Compare
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.
No description provided.