📖 [Docs]: American English established as the project dialect - #178
Merged
Merged
Conversation
Co-authored-by: Copilot App <[email protected]>
Copilot started reviewing on behalf of
Marius Storhaug (MariusStorhaug)
August 15, 2026 14:05
View session
Marius Storhaug (MariusStorhaug)
marked this pull request as ready for review
August 15, 2026 14:05
There was a problem hiding this comment.
Pull request overview
Updates the Natural Language coding standard to explicitly name American English as the MSX project dialect and to identify it with the en-US locale, keeping the wording consistent across the standard and its generated index entry.
Changes:
- Renamed “US English” terminology to “American English” in the Natural Language standard and its examples.
- Added the explicit locale identifier
en-USto the dialect statement. - Updated the generated Coding Standards index entry to match the new wording.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/docs/Coding-Standards/Natural-Language.md | Replaces “US English” references with “American English” and adds en-US for clarity, including the prompt example. |
| src/docs/Coding-Standards/index.md | Updates the generated index row description to match the Natural Language standard’s new dialect wording. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Marius Storhaug (MariusStorhaug)
marked this pull request as draft
August 15, 2026 14:06
Marius Storhaug (MariusStorhaug)
marked this pull request as ready for review
August 15, 2026 14:12
Marius Storhaug (MariusStorhaug)
merged commit Aug 15, 2026
413e535
into
main
26 of 27 checks passed
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.
The natural-language standard now names American English as the MSX project dialect and identifies it with the
en-USlocale.Changed: Project dialect terminology
Documentation authors and agents now see “American English” consistently in the standard, its generated index entry, and its prompt example. Existing spelling and vocabulary requirements remain unchanged.
Technical details
src/docs/Coding-Standards/Natural-Language.mdand regeneratedsrc/docs/Coding-Standards/index.md.src/docs/Coding-Standards/**Relevant issues (or links)
Related work