summaryrefslogtreecommitdiff
path: root/sql/sql_locale.cc
diff options
context:
space:
mode:
authorDaniel Black <daniel@mariadb.org>2023-02-09 12:49:17 +1100
committerDaniel Black <daniel@mariadb.org>2023-02-10 08:44:14 +1100
commit483ddb5684ad7e5b0ffd19d4b0cb81de56d776f8 (patch)
tree4828fd444dc0019c0877aaa37c495e666779a1d6 /sql/sql_locale.cc
parentcafba8761af55ae16cc69c9b53a341340a845b36 (diff)
downloadmariadb-git-483ddb5684ad7e5b0ffd19d4b0cb81de56d776f8.tar.gz
MDEV-30621: Türkiye is the correct current country naming
As requested to the UN the country formerly known as Turkey is to be refered to as Türkiye.
Diffstat (limited to 'sql/sql_locale.cc')
-rw-r--r--sql/sql_locale.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_locale.cc b/sql/sql_locale.cc
index fb7fa26f245..dd19807dd6d 100644
--- a/sql/sql_locale.cc
+++ b/sql/sql_locale.cc
@@ -1919,7 +1919,7 @@ MY_LOCALE my_locale_th_TH
);
/***** LOCALE END th_TH *****/
-/***** LOCALE BEGIN tr_TR: Turkish - Turkey *****/
+/***** LOCALE BEGIN tr_TR: Turkish - Türkiye *****/
static const char *my_locale_month_names_tr_TR[13] =
{"Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık", NullS };
static const char *my_locale_ab_month_names_tr_TR[13] =
@@ -1940,7 +1940,7 @@ MY_LOCALE my_locale_tr_TR
(
52,
"tr_TR",
- "Turkish - Turkey",
+ "Turkish - Türkiye",
FALSE,
&my_locale_typelib_month_names_tr_TR,
&my_locale_typelib_ab_month_names_tr_TR,