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:
IEBqp
2026-04-13 13:45:00 +03:00
parent 0a838649b7
commit 16f79a494a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -227,7 +227,7 @@
"TO": "Tonga",
"TT": "Trinidad & Tobago",
"TN": "Tunisia",
"TR": "Turkey",
"TR": "T\u00fcrkiye",
"TM": "Turkmenistan",
"TC": "Turks & Caicos Islands",
"TV": "Tuvalu",
+1 -1
View File
@@ -227,7 +227,7 @@
"TO": "Tonga",
"TT": "Trinidad & Tobago",
"TN": "Tunisia",
"TR": "Turkey",
"TR": "T\u00fcrkiye",
"TM": "Turkmenistan",
"TC": "Turks & Caicos Islands",
"TV": "Tuvalu",