Skip to content

Commit a1640a4

Browse files
committed
Shorten long Nation names to fix failing tests
1 parent c5b1bca commit a1640a4

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

map-generator/assets/maps/africa/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
},
8888
{
8989
"coordinates": [1094, 1093],
90-
"name": "Democratic Republic of the Congo",
90+
"name": "DR Congo",
9191
"strength": 2,
9292
"flag": "cd"
9393
},

map-generator/assets/maps/europe/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
},
154154
{
155155
"coordinates": [517, 1483],
156-
"name": "People's Democratic Republic of Algeria",
156+
"name": "Algeria",
157157
"strength": 1,
158158
"flag": "dz"
159159
},

map-generator/assets/maps/gatewaytotheatlantic/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
},
7070
{
7171
"coordinates": [1609, 1837],
72-
"name": "People's Republic of Algeria'",
72+
"name": "Algeria'",
7373
"strength": 2,
7474
"flag": "dz"
7575
},

map-generator/assets/maps/oceania/info.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
},
7070
{
7171
"coordinates": [143, 37],
72-
"name": "Lao People's Democratic Republic",
72+
"name": "Lao PDR",
7373
"strength": 1,
7474
"flag": "la"
7575
},
@@ -99,7 +99,7 @@
9999
},
100100
{
101101
"coordinates": [834, 215],
102-
"name": "Federated States of Micronesia",
102+
"name": "Micronesia",
103103
"strength": 1,
104104
"flag": "fm"
105105
},

map-generator/assets/maps/world/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
{
239239
"coordinates": [1074, 508],
240240
"flag": "cd",
241-
"name": "The Democratic Republic of the Congo",
241+
"name": "DR Congo",
242242
"strength": 1
243243
},
244244
{

resources/maps/africa/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
{
104104
"coordinates": [1094, 1093],
105105
"flag": "cd",
106-
"name": "Democratic Republic of the Congo",
106+
"name": "DR Congo",
107107
"strength": 2
108108
},
109109
{

resources/maps/europe/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
{
170170
"coordinates": [517, 1483],
171171
"flag": "dz",
172-
"name": "People's Democratic Republic of Algeria",
172+
"name": "Algeria",
173173
"strength": 1
174174
},
175175
{

resources/maps/gatewaytotheatlantic/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
{
8686
"coordinates": [1609, 1837],
8787
"flag": "dz",
88-
"name": "People's Republic of Algeria'",
88+
"name": "Algeria'",
8989
"strength": 2
9090
},
9191
{

resources/maps/oceania/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
{
8686
"coordinates": [143, 37],
8787
"flag": "la",
88-
"name": "Lao People's Democratic Republic",
88+
"name": "Lao PDR",
8989
"strength": 1
9090
},
9191
{
@@ -115,7 +115,7 @@
115115
{
116116
"coordinates": [834, 215],
117117
"flag": "fm",
118-
"name": "Federated States of Micronesia",
118+
"name": "Micronesia",
119119
"strength": 1
120120
},
121121
{

resources/maps/world/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
{
254254
"coordinates": [1074, 508],
255255
"flag": "cd",
256-
"name": "The Democratic Republic of the Congo",
256+
"name": "DR Congo",
257257
"strength": 1
258258
},
259259
{

0 commit comments

Comments
 (0)