Skip to content

Commit 6ac44e0

Browse files
committed
1 parent 578f94c commit 6ac44e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Nager.Country/CountryInfos/TurkeyCountryInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ namespace Nager.Country.CountryInfos
88
public class TurkeyCountryInfo : ICountryInfo
99
{
1010
///<inheritdoc/>
11-
public string CommonName => "Turkey";
11+
public string CommonName => "Türkiye";
1212
///<inheritdoc/>
13-
public string OfficialName => "Republic of Turkey";
13+
public string OfficialName => "Republic of Türkiye";
1414
///<inheritdoc/>
1515
public string NativeName => "Türkiye";
1616
///<inheritdoc/>

0 commit comments

Comments
 (0)