Change name of map "The Straits" into "Danish Straits" (#3929)

## Description:

Renames TheStraits map. The people that suggested this map told me they
would prefer a more specific name for the map, rather than the generic
one it has right now. So im renaming it into Danish Straits

This map is for v32, it has not been released, it should be fine to
rename


## 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
This commit is contained in:
RickD004
2026-05-15 02:59:28 -06:00
committed by GitHub
parent 7359e2bc3b
commit 7dc5d472a7
11 changed files with 7 additions and 7 deletions

Before

Width:  |  Height:  |  Size: 432 KiB

After

Width:  |  Height:  |  Size: 432 KiB

@@ -1,5 +1,5 @@
{
"name": "thestraits",
"name": "Danish Straits",
"nations": [
{
"coordinates": [37, 227],
+1 -1
View File
@@ -43,6 +43,7 @@ var maps = []struct {
{Name: "britanniaclassic"},
{Name: "caucasus"},
{Name: "conakry"},
{Name: "danishstraits"},
{Name: "deglaciatedantarctica"},
{Name: "didier"},
{Name: "didierfrance"},
@@ -91,7 +92,6 @@ var maps = []struct {
{Name: "svalmel"},
{Name: "taiwanstrait"},
{Name: "thebox"},
{Name: "thestraits"},
{Name: "tourney1"},
{Name: "tourney2"},
{Name: "tourney3"},
+1 -1
View File
@@ -510,7 +510,7 @@
"archipelagosea": "Archipelago Sea",
"bajacalifornia": "Baja California",
"taiwanstrait": "Taiwan Strait",
"thestraits": "The Straits",
"danishstraits": "Danish Straits",
"northwestpassage": "Northwest Passage"
},
"map_categories": {
@@ -14,7 +14,7 @@
"num_land_tiles": 142124,
"width": 436
},
"name": "thestraits",
"name": "Danish Straits",
"nations": [
{
"coordinates": [37, 227],

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

+2 -2
View File
@@ -171,7 +171,7 @@ export enum GameMapType {
BajaCalifornia = "Baja California",
MiddleEast = "Middle East",
TaiwanStrait = "Taiwan Strait",
TheStraits = "The Straits",
DanishStraits = "Danish Straits",
NorthwestPassage = "Northwest Passage",
}
@@ -236,7 +236,7 @@ export const mapCategories: Record<string, GameMapType[]> = {
GameMapType.BajaCalifornia,
GameMapType.MiddleEast,
GameMapType.TaiwanStrait,
GameMapType.TheStraits,
GameMapType.DanishStraits,
GameMapType.NorthwestPassage,
],
fantasy: [
+1 -1
View File
@@ -51,6 +51,7 @@ const FREQUENCY: Partial<Record<GameMapName, number>> = {
Britannia: 5,
Caucasus: 5,
Conakry: 3,
DanishStraits: 5,
DeglaciatedAntarctica: 4,
Didier: 1,
DidierFrance: 1,
@@ -96,7 +97,6 @@ const FREQUENCY: Partial<Record<GameMapName, number>> = {
Svalmel: 8,
TaiwanStrait: 5,
TheBox: 3,
TheStraits: 5,
TradersDream: 4,
TwoLakes: 6,
World: 20,