We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 578f94c commit 6ac44e0Copy full SHA for 6ac44e0
src/Nager.Country/CountryInfos/TurkeyCountryInfo.cs
@@ -8,9 +8,9 @@ namespace Nager.Country.CountryInfos
8
public class TurkeyCountryInfo : ICountryInfo
9
{
10
///<inheritdoc/>
11
- public string CommonName => "Turkey";
+ public string CommonName => "Türkiye";
12
13
- public string OfficialName => "Republic of Turkey";
+ public string OfficialName => "Republic of Türkiye";
14
15
public string NativeName => "Türkiye";
16
0 commit comments