refactor: use american english spelling - #235
Merged
Merged
Conversation
Convert British spellings to American English across hand-written source, comments, user-facing strings, docs and templates (owner rule, 2026-09-18). Identifiers renamed: test function names, the dual-control status constant (_CANCELED), tools/real_corpus.py's CORPUS_LICENSE, and the i18n key rec_catalog_heading. The "Catalog metadata" and "honor-system" msgids were re-extracted into messages.pot, updated in every .po, and the .mo files recompiled. docs/accessibility/ACR.md follows acr_gen and stays byte-identical. Kept on purpose: the persisted "cancelled" proposal status, the "licence" key of the committed real-corpus evidence JSON, GitHub's `cancelled` conclusion literal, accepted ADRs (immutable per ADR 0001), the real-corpus evidence data, aria-labelledby, and non-English translations.
This was referenced Sep 18, 2026
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.
Summary
Converts British spellings to American English across ledger's hand-written source, comments, user-facing strings, docs and templates, per the owner rule of 2026-09-18 ("all apps in my portfolio should use american english everywhere, both in code and in user-facing text").
dualcontrol._CANCELLED→_CANCELED,tools/real_corpus.CORPUS_LICENCE→CORPUS_LICENSE, the i18n keyrec_catalogue_heading→rec_catalog_heading, and some local variables.messages.potwas re-extracted, the msgid was updated in all four.pofiles (en msgstr too), and the.mofiles were recompiled (make i18nG13 passes). The es/fr/ar translations are unchanged.docs/accessibility/ACR.mdchanged along withledger.acr_gen, andmake acr-checkconfirms the two are still byte-identical.Kept British spellings, with reasons (78, plus 27
aria-labelledby)docs/adr/*docs/data/real-corpus/*.jsoncalibre 0.8.57(a proper noun)."licence"key intools/real_corpus.py+tests/test_real_corpus_evidence.pycheck_evidence. The key has a one-line comment."cancelled"proposal status (dualcontrol.pyvalue + docstring, 2 test asserts)_CANCELED, the stored value stays the same, and there is a one-line comment.`cancelled`in workflow comments / CHANGELOGdocs/MULTIYEAR-PLAN.md"not yet labelled"aria-labelledbymsgstrMigrations/aliases: none needed. The only persisted identifiers ("cancelled" and "licence") keep their stored spelling.
Verification
make verifypassed locally: lint, mypy, 2035 tests, i18n (POT current, MO current, parity), accessibility, acr-check, audit, claims, hygiene, workflow-lint. On this machineosv,semgrepandsecret-scandefer to CI.Prepared with AI assistance; reviewed before submission.