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
+1 -1
View File
@@ -26,7 +26,7 @@ type View = "month" | "week" | "day" | "agenda";
* They used to be `v[0].toUpperCase() + v.slice(1)`, which is correct English
* and untranslatable in every other language: the extractor cannot see a
* string that is computed, so the four buttons stayed English even in a
* catalogue that had all four words. Called rather than looked up, because a
* catalog that had all four words. Called rather than looked up, because a
* module-level object would capture the labels for whichever language loaded
* first.
*/