Skip to content

Commit 21c6217

Browse files
Copilottinohager
andcommitted
Update Swaziland to Eswatini official country name
Co-authored-by: tinohager <8215186+tinohager@users.noreply.github.com>
1 parent c2ae6d0 commit 21c6217

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Nager.Country.Translation/CountryTranslations/SwazilandCountryTranslation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class SwazilandCountryTranslation : ICountryTranslation
1818
new TranslationInfo(LanguageCode.DA, "Swaziland"),
1919
new TranslationInfo(LanguageCode.DE, "Swasiland"),
2020
new TranslationInfo(LanguageCode.EL, "Σουαζιλάνδη"),
21-
new TranslationInfo(LanguageCode.EN, "Swaziland"),
21+
new TranslationInfo(LanguageCode.EN, "Eswatini"),
2222
new TranslationInfo(LanguageCode.ES, "Swazilandia"),
2323
new TranslationInfo(LanguageCode.ET, "Svaasimaa"),
2424
new TranslationInfo(LanguageCode.FA, "سوازیلند"),

src/Nager.Country/Alpha2Code.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ public enum Alpha2Code : int
862862
/// </summary>
863863
SJ = 8374,
864864
/// <summary>
865-
/// Swaziland
865+
/// Eswatini
866866
/// </summary>
867867
SZ = 8390,
868868
/// <summary>

src/Nager.Country/Alpha3Code.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ public enum Alpha3Code : int
862862
/// </summary>
863863
SJM = 837477,
864864
/// <summary>
865-
/// Swaziland
865+
/// Eswatini
866866
/// </summary>
867867
SWZ = 838790,
868868
/// <summary>

src/Nager.Country/CountryInfos/SwazilandCountryInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public sealed class SwazilandCountryInfo : ICountryInfo
1111
public string CommonName => "Eswatini";
1212

1313
/// <inheritdoc/>
14-
public string OfficialName => "Kingdom of Swaziland";
14+
public string OfficialName => "Kingdom of Eswatini";
1515

1616
/// <inheritdoc/>
1717
public string NativeName => "Swaziland";

0 commit comments

Comments
 (0)