-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spelling and text consistency fixes #72910
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Auto-requesting reviews from non-collaborators: @LyleSY @bombasticSlacks @Hymore246 @Standing-Storm @Night-Pryanik @Venera3
Spell checker encountered unrecognized words in the in-game text added in this pull request. See below for details. Click to expand
This alert is automatically generated. You can simply disregard if this is inaccurate, or (optionally) you can also add the new words to |
Summary
None
Purpose of change
Fix spelling and consistency of some in-game text. This fixes typos, incorrect capitalization, inconsistent word usage, and incorrect pluralization. Words with British spelling are also replaced with their American spelling counterparts (except in book titles that are originally British).
Describe the solution
I upgraded the spell checker code and dictionary and fixed the reported spelling issues.
Describe alternatives you've considered
Maybe splitting this into smaller PRs, but it just barely passed the 500 line limit.
Testing
The game compiles and loads.
Additional context
The upgraded spell checker code will be submitted in another PR.