Skip to content

chore: Convert American spellings to British English - #16

Closed
github-actions[bot] wants to merge 1 commit into
mainfrom
anglicise/20260124-203102
Closed

chore: Convert American spellings to British English#16
github-actions[bot] wants to merge 1 commit into
mainfrom
anglicise/20260124-203102

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automated British English Conversion

This PR automatically converts American spellings to British English equivalents.

Patterns converted:

  • -ize-ise (organize → organise)
  • -ization-isation (organization → organisation)
  • -or-our (color → colour)
  • -er-re (center → centre)
  • -og-ogue (catalog → catalogue)
  • -ense-ence (defense → defence)
  • -l--ll- (canceled → cancelled)
  • Other common differences (gray → grey, aging → ageing, etc.)

Review notes:

  • All replacements use case-insensitive whole-word matching
  • File paths, URLs, and code identifiers are preserved
  • Please review the changes to ensure no false positives

Generated by British English Spelling Check workflow

Automated conversion of American spellings to British equivalents:
- -ize → -ise (organize → organise)
- -or → -our (color → colour)
- -er → -re (center → centre)
- -og → -ogue (catalog → catalogue)
- -ense → -ence (defense → defence)
- -l- → -ll- (canceled → cancelled)
- gray → grey, aging → ageing, etc.
@xaoscience

Copy link
Copy Markdown
Member

Superseded by improved exclusion patterns

@xaoscience
xaoscience deleted the anglicise/20260124-203102 branch February 8, 2026 21:58
This was referenced Feb 21, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@xaoscience