From 16f79a494ab2d13dcbad779680e6fcbf747ce65d Mon Sep 17 00:00:00 2001 From: IEBqp <69092277+IEBqp@users.noreply.github.com> Date: Mon, 13 Apr 2026 13:45:00 +0300 Subject: [PATCH] =?UTF-8?q?fix(i18n):=20update=20country=20name=20from=20T?= =?UTF-8?q?urkey=20to=20T=C3=BCrkiye?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updates the English locale to reflect the official 2022 ISO 3166-1 name change. - Uses the \u00fc Unicode escape sequence to ensure safe rendering. --- public/intl/country/en-GB.json | 2 +- public/intl/country/en-US.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/intl/country/en-GB.json b/public/intl/country/en-GB.json index 95a4e329a..77a95d973 100644 --- a/public/intl/country/en-GB.json +++ b/public/intl/country/en-GB.json @@ -227,7 +227,7 @@ "TO": "Tonga", "TT": "Trinidad & Tobago", "TN": "Tunisia", - "TR": "Turkey", + "TR": "T\u00fcrkiye", "TM": "Turkmenistan", "TC": "Turks & Caicos Islands", "TV": "Tuvalu", diff --git a/public/intl/country/en-US.json b/public/intl/country/en-US.json index 95a4e329a..77a95d973 100644 --- a/public/intl/country/en-US.json +++ b/public/intl/country/en-US.json @@ -227,7 +227,7 @@ "TO": "Tonga", "TT": "Trinidad & Tobago", "TN": "Tunisia", - "TR": "Turkey", + "TR": "T\u00fcrkiye", "TM": "Turkmenistan", "TC": "Turks & Caicos Islands", "TV": "Tuvalu",