File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Nager.Country/CountryInfos Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public sealed class CongoCountryInfo : ICountryInfo
1414 public string OfficialName => "Democratic Republic of the Congo" ;
1515
1616 /// <inheritdoc/>
17- public string NativeName => "République du Congo" ;
17+ public string NativeName => "République démocratique du Congo" ;
1818
1919 /// <inheritdoc/>
2020 public Alpha2Code Alpha2Code => Alpha2Code . CD ;
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public sealed class RepublicOfTheCongoCountryInfo : ICountryInfo
1414 public string OfficialName => "Republic of the Congo" ;
1515
1616 /// <inheritdoc/>
17- public string NativeName => "République démocratique du Congo" ;
17+ public string NativeName => "République du Congo" ;
1818
1919 /// <inheritdoc/>
2020 public Alpha2Code Alpha2Code => Alpha2Code . CG ;
You can’t perform that action at this time.
0 commit comments