Skip to content

Commit 246cfcd

Browse files
author
NAPA1101
committed
#37873 rename Swaziland -> Eswatini in the codebase
-rename Swaziland -> Eswatini in the codebase
1 parent 2932016 commit 246cfcd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/code/Magento/CustomerGraphQl/etc/schema.graphqls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ enum CountryCodeEnum @doc(description: "The list of country codes.") {
253253
GQ @doc(description: "Equatorial Guinea")
254254
ER @doc(description: "Eritrea")
255255
EE @doc(description: "Estonia")
256+
SZ @doc(description: "Eswatini")
256257
ET @doc(description: "Ethiopia")
257258
FK @doc(description: "Falkland Islands")
258259
FO @doc(description: "Faroe Islands")
@@ -393,7 +394,6 @@ enum CountryCodeEnum @doc(description: "The list of country codes.") {
393394
SD @doc(description: "Sudan")
394395
SR @doc(description: "Suriname")
395396
SJ @doc(description: "Svalbard & Jan Mayen")
396-
SZ @doc(description: "Swaziland")
397397
SE @doc(description: "Sweden")
398398
CH @doc(description: "Switzerland")
399399
SY @doc(description: "Syria")

app/code/Magento/Dhl/Test/Unit/Model/_files/countries.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1313,7 +1313,7 @@
13131313
<currency>SZL</currency>
13141314
<weight_unit>KG</weight_unit>
13151315
<measure_unit>CM</measure_unit>
1316-
<name>Swaziland</name>
1316+
<name>Eswatini</name>
13171317
</SZ>
13181318
<TC>
13191319
<currency>USD</currency>

app/code/Magento/Dhl/etc/countries.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1313,7 +1313,7 @@
13131313
<currency>SZL</currency>
13141314
<weight_unit>KG</weight_unit>
13151315
<measure_unit>CM</measure_unit>
1316-
<name>Swaziland</name>
1316+
<name>Eswatini</name>
13171317
</SZ>
13181318
<TC>
13191319
<currency>USD</currency>

0 commit comments

Comments
 (0)