Use American English spelling throughout

This commit is contained in:
2026-09-15 11:45:58 -07:00
parent 6ba89696ee
commit d1731efdb9
169 changed files with 786 additions and 795 deletions
@@ -35,7 +35,7 @@ describe("applyLang", () => {
expect(document.documentElement.lang).toBe("en");
});
it("serves every language whose catalogue is shipped", () => {
it("serves every language whose catalog is shipped", () => {
for (const l of UI_LANGUAGES) {
applyLang({ ...DEFAULT_SETTINGS, uiLanguage: l.tag });
expect(document.documentElement.lang).toBe(l.tag);