[jp-sync] docs(grid): sync JP styling sections to match updated EN samples#343
Open
github-actions[bot] wants to merge 1 commit into
Open
[jp-sync] docs(grid): sync JP styling sections to match updated EN samples#343github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
Updated SCSS code blocks in JP hierarchical grid and tree grid docs to match the simplified styling approach used in the English source. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
norikois
approved these changes
Jun 23, 2026
norikois
left a comment
Contributor
There was a problem hiding this comment.
Simply approved because there are no changes in Japanese.
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.
Original author: adrianptrv (adrianptrv@users.noreply.github.com)
Syncs Japanese documentation with changes from PR #336 (merged by simeonoff).
Changed files
docs/angular/src/content/en/components/hierarchicalgrid/hierarchical-grid.mdxdocs/angular/src/content/jp/components/hierarchicalgrid/hierarchical-grid.mdxdocs/angular/src/content/en/components/treegrid/tree-grid.mdxdocs/angular/src/content/jp/components/treegrid/tree-grid.mdxSummary
Updated SCSS code blocks in the Styling sections of both Japanese files to match the simplified theming approach in the English source:
$custom-theme: grid-theme(...)block with a cleaner three-variable pattern ($background,$foreground,$accent) and a minimal$custom-grid: grid-theme(...).:host {@includetokens($custom-theme); }→:host {@includetokens($custom-grid); }in both files.No prose (Japanese text) was changed — only the code block content was updated to stay in sync with the English source.