Skip to content

Commit e0d1ff2

Browse files
sdornanclaude
andcommitted
fix(i18n): use each English locale's own dialect
en_US carried British spellings (favourites, catalogues) while en_GB carried American ones (color). Each locale now uses its own throughout. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 58ea2da commit e0d1ff2

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

frontend/src/locales/en_GB/play.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"all-states": "All states",
44
"back-to-gallery": "Back to gallery",
55
"back-to-game-details": "Back to game details",
6-
"background-color": "Background color",
6+
"background-color": "Background colour",
77
"change-save": "Change save",
88
"change-state": "Change state",
99
"clear-cache": "Clear EmulatorJS Cache",
@@ -25,7 +25,7 @@
2525
"resume-from-save": "Resume from save",
2626
"resume-from-state": "Resume from state",
2727
"save-and-quit": "Save and quit",
28-
"select-background-color": "Select background color",
28+
"select-background-color": "Select background colour",
2929
"select-save": "Select save",
3030
"select-state": "Select state",
3131
"show-bezel": "Show bezel",

frontend/src/locales/en_GB/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
"grant-none": "Not granted",
175175
"grant-own": "Own items only",
176176
"group-account": "Account",
177-
"group-color": "Color",
177+
"group-color": "Colour",
178178
"group-default-option": "Default group",
179179
"group-default-tag": "Default",
180180
"group-delete-confirm": "Delete the \"{name}\" group? Its members fall back to the default group.",

frontend/src/locales/en_US/rom.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"add-new-note": "Add New Note",
1818
"add-note": "Add Note",
1919
"add-to-collection": "Add to collection",
20-
"add-to-favorites": "Add to favourites",
20+
"add-to-favorites": "Add to favorites",
2121
"adding-to-collection": "Adding {n} ROMs to collection",
2222
"additional-content": "Additional content",
2323
"additional-details": "Additional details",
@@ -312,7 +312,7 @@
312312
"remove-cover": "Remove cover",
313313
"remove-favorite": "Remove favorite",
314314
"remove-from-collection": "Remove from collection",
315-
"remove-from-favorites": "Remove from favourites",
315+
"remove-from-favorites": "Remove from favorites",
316316
"remove-from-playing": "Remove from playing",
317317
"removing-from-collection": "Removing {n} ROMs from collection",
318318
"removing-title": "Removing {n} game from RomM | Removing {n} games from RomM",

frontend/src/locales/en_US/setup.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"loading-library": "Inspecting your library…",
3131
"loading-library-failed": "Failed to load library info",
3232
"metadata-catalogs": "General metadata",
33-
"metadata-catalogs-hint": "First-party catalogues. RomM queries them directly with your API key.",
33+
"metadata-catalogs-hint": "First-party catalogs. RomM queries them directly with your API key.",
3434
"metadata-missing": "API key missing or invalid",
3535
"metadata-proxies": "Match proxies",
3636
"metadata-proxies-hint": "Community-hosted matchers that improve hits using file hashes.",
@@ -66,7 +66,7 @@
6666
"provider-launchbox-desc": "Community metadata, cover art, and screenshots.",
6767
"provider-launchbox-setup": "Set LAUNCHBOX_API_ENABLED=true and ENABLE_SCHEDULED_UPDATE_LAUNCHBOX_METADATA=true.",
6868
"provider-moby-caveat": "The API is a paid feature.",
69-
"provider-moby-desc": "Catalogue, alternate cover art, and screenshots.",
69+
"provider-moby-desc": "Catalog, alternate cover art, and screenshots.",
7070
"provider-moby-setup": "Requires a MobyGames account. Set MOBYGAMES_API_KEY.",
7171
"provider-ra-caveat": "Requires file hashes. Enable hash calculation in the scan.",
7272
"provider-ra-desc": "Achievement progress and unlock data per user.",

0 commit comments

Comments
 (0)