fix(i18n): update country name from Turkey to Türkiye
- Updates the English locale to reflect the official 2022 ISO 3166-1 name change. - Uses the \u00fc Unicode escape sequence to ensure safe rendering.
This commit is contained in:
@@ -227,7 +227,7 @@
|
||||
"TO": "Tonga",
|
||||
"TT": "Trinidad & Tobago",
|
||||
"TN": "Tunisia",
|
||||
"TR": "Turkey",
|
||||
"TR": "T\u00fcrkiye",
|
||||
"TM": "Turkmenistan",
|
||||
"TC": "Turks & Caicos Islands",
|
||||
"TV": "Tuvalu",
|
||||
|
||||
@@ -227,7 +227,7 @@
|
||||
"TO": "Tonga",
|
||||
"TT": "Trinidad & Tobago",
|
||||
"TN": "Tunisia",
|
||||
"TR": "Turkey",
|
||||
"TR": "T\u00fcrkiye",
|
||||
"TM": "Turkmenistan",
|
||||
"TC": "Turks & Caicos Islands",
|
||||
"TV": "Tuvalu",
|
||||
|
||||
Reference in New Issue
Block a user