Bug 31257 - Sync with CLDR: “Turkey” -> “Türkiye”
Summary: Sync with CLDR: “Turkey” -> “Türkiye”
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: localedata (show other bugs)
Version: 2.39
: P2 normal
Target Milestone: 2.39
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-18 07:28 UTC by Mike FABIAN
Modified: 2024-01-18 08:02 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike FABIAN 2024-01-18 07:28:04 UTC
mfabian@hathi:/local/mfabian/src/cldr/common/main (main)
$ git grep Türkiye | grep -v variant
en.xml:			<territory type="TR">Türkiye</territory>
fil.xml:			<territory type="TR">Türkiye</territory>
frr.xml:			<territory type="TR" draft="unconfirmed">Türkiye</territory>
tr.xml:			<territory type="TR">Türkiye</territory>
mfabian@hathi:/local/mfabian/src/cldr/common/main (main)
$ git grep Turkey | grep -v variant
ceb.xml:			<territory type="TR">Turkey</territory>
ig.xml:			<territory type="TR">Turkey</territory>
ig.xml:				<displayName>Ego Lira obodo Turkey</displayName>
kln.xml:			<language type="tr">kutitab Turkey</language>
kln.xml:			<territory type="TR">Emetab Turkey</territory>
luo.xml:			<territory type="TR">Turkey</territory>
sn.xml:			<territory type="TR">Turkey</territory>
xh.xml:			<territory type="TR">ETurkey</territory>
xh.xml:				<displayName>I-Lira yaseTurkey</displayName>
xh.xml:				<displayName count="one">I-lira yaseTurkey</displayName>
zu.xml:			<territory type="TR">i-Turkey</territory>
mfabian@hathi:/local/mfabian/src/cldr/common/main (main)
$
Comment 1 Mike FABIAN 2024-01-18 07:29:01 UTC
mfabian@hathi:/local/mfabian/src/glibc/localedata/locales (master +$)
$ grep country_name tr_TR
country_name "Türkiye"
mfabian@hathi:/local/mfabian/src/glibc/localedata/locales (master +$)
$
Comment 2 Mike FABIAN 2024-01-18 07:32:09 UTC
mfabian@hathi:/local/mfabian/src/glibc/localedata/locales (master $)
$ git grep Turkey 
ku_TR:% Kurdish (latin) language locale for Turkey
ku_TR:title      "Kurdish (latin) locale for Turkey"
ku_TR:territory  "Turkey"
tr_TR:% Turkish Language Locale for Turkey
tr_TR:%   Dept. of Comp. Eng. METU/Ankara   Turkey
tr_TR:title      "Turkish locale for Turkey"
tr_TR:territory  "Turkey"
lines 1-7/7 (END)
Comment 3 Sourceware Commits 2024-01-18 08:01:23 UTC
The master branch has been updated by Mike Fabian <mfabian@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ce787f36e6755376241a7c9ab6dd830dc18558db

commit ce787f36e6755376241a7c9ab6dd830dc18558db
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Thu Jan 18 08:30:34 2024 +0100

    localedata: tr_TR, ku_TR: Sync with CLDR: âTurkeyâ -> âTürkiyeâ
    
    Resolves: BZ # 31257
Comment 4 Mike FABIAN 2024-01-18 08:02:52 UTC
Fixed in glibc master.