From 1551de8ee33faeba030b596ac674001395124b4d Mon Sep 17 00:00:00 2001 From: RickD004 Date: Tue, 26 May 2026 20:13:29 -0600 Subject: [PATCH] Standarize map names across info and manifest jsons (#4011) ## Description: Just a text change. 4 maps had inconsistencies in their names in their info.json (and by consequence the manifest). If sites extracted map names from one of these they would appear with an inconsistent name. The south america map for example was named "Americas", and appeared as such in the pathfinding playground (thats where i noticed these inconsistencies) ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I process any text displayed to the user through translateText() and I've added it to the en.json file - [x] I have added relevant tests to the test directory - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced ## Please put your Discord username so you can be contacted if a bug or regression is found: tri.star1011 --- map-generator/assets/maps/bajacalifornia/info.json | 2 +- map-generator/assets/maps/greatlakes/info.json | 2 +- map-generator/assets/maps/milkyway/info.json | 2 +- map-generator/assets/maps/southamerica/info.json | 2 +- resources/maps/bajacalifornia/manifest.json | 2 +- resources/maps/greatlakes/manifest.json | 2 +- resources/maps/milkyway/manifest.json | 2 +- resources/maps/southamerica/manifest.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/map-generator/assets/maps/bajacalifornia/info.json b/map-generator/assets/maps/bajacalifornia/info.json index ddc7947d3..a670a09ba 100644 --- a/map-generator/assets/maps/bajacalifornia/info.json +++ b/map-generator/assets/maps/bajacalifornia/info.json @@ -1,5 +1,5 @@ { - "name": "bajacalifornia", + "name": "Baja California", "nations": [ { "coordinates": [513, 44], diff --git a/map-generator/assets/maps/greatlakes/info.json b/map-generator/assets/maps/greatlakes/info.json index 8fb70fba0..830ebddb2 100644 --- a/map-generator/assets/maps/greatlakes/info.json +++ b/map-generator/assets/maps/greatlakes/info.json @@ -1,5 +1,5 @@ { - "name": "greatlakes", + "name": "Great Lakes", "nations": [ { "coordinates": [38, 326], diff --git a/map-generator/assets/maps/milkyway/info.json b/map-generator/assets/maps/milkyway/info.json index c998f2eb0..eb97dd68b 100644 --- a/map-generator/assets/maps/milkyway/info.json +++ b/map-generator/assets/maps/milkyway/info.json @@ -1,5 +1,5 @@ { - "name": "milkyway", + "name": "Milky Way", "nations": [ { "coordinates": [775, 757], diff --git a/map-generator/assets/maps/southamerica/info.json b/map-generator/assets/maps/southamerica/info.json index 88b23cfca..777821c02 100644 --- a/map-generator/assets/maps/southamerica/info.json +++ b/map-generator/assets/maps/southamerica/info.json @@ -1,5 +1,5 @@ { - "name": "Americas", + "name": "South America", "nations": [ { "coordinates": [438, 58], diff --git a/resources/maps/bajacalifornia/manifest.json b/resources/maps/bajacalifornia/manifest.json index c30a40133..4de8f7770 100644 --- a/resources/maps/bajacalifornia/manifest.json +++ b/resources/maps/bajacalifornia/manifest.json @@ -14,7 +14,7 @@ "num_land_tiles": 331582, "width": 900 }, - "name": "bajacalifornia", + "name": "Baja California", "nations": [ { "coordinates": [513, 44], diff --git a/resources/maps/greatlakes/manifest.json b/resources/maps/greatlakes/manifest.json index e13c492d8..8d846144d 100644 --- a/resources/maps/greatlakes/manifest.json +++ b/resources/maps/greatlakes/manifest.json @@ -14,7 +14,7 @@ "num_land_tiles": 476275, "width": 1000 }, - "name": "greatlakes", + "name": "Great Lakes", "nations": [ { "coordinates": [38, 326], diff --git a/resources/maps/milkyway/manifest.json b/resources/maps/milkyway/manifest.json index 2e57fd188..42b0909b6 100644 --- a/resources/maps/milkyway/manifest.json +++ b/resources/maps/milkyway/manifest.json @@ -14,7 +14,7 @@ "num_land_tiles": 105978, "width": 750 }, - "name": "milkyway", + "name": "Milky Way", "nations": [ { "coordinates": [775, 757], diff --git a/resources/maps/southamerica/manifest.json b/resources/maps/southamerica/manifest.json index d62b385b8..f83ace1e3 100644 --- a/resources/maps/southamerica/manifest.json +++ b/resources/maps/southamerica/manifest.json @@ -14,7 +14,7 @@ "num_land_tiles": 342275, "width": 872 }, - "name": "Americas", + "name": "South America", "nations": [ { "coordinates": [438, 58],