chore(prh): add terminology standardization rules#1107
Merged
lacolaco merged 1 commit intoangular:mainfrom Nov 21, 2025
Merged
Conversation
Add prh.yml rules to standardize: - '皆様', '皆さん', 'みな様' → 'みなさん' - '素晴らしい', '素晴しい' → 'すばらしい' Apply automated fixes to 32 existing documentation files.
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.
概要
prh.ymlに日本語表記の統一ルールを追加し、既存ドキュメントに適用しました。
変更内容
prh.ymlの更新
以下の表記ゆれを統一するルールを追加:
「みなさん」への統一
皆様→みなさん皆さん→みなさんみな様→みなさん「すばらしい」への統一
素晴らしい→すばらしい素晴しい→すばらしい自動修正の適用
pnpm lint --fixにより、既存の32ファイルで用語を自動修正:動機