public inbox for libc-locales@sourceware.org
 help / color / mirror / Atom feed
From: "maiku.fabian at gmail dot com" <sourceware-bugzilla@sourceware.org>
To: libc-locales@sourceware.org
Subject: [Bug localedata/14522] fy_DE: LC_IDENTIFICATION data looks weird
Date: Wed, 03 Jan 2024 19:50:01 +0000	[thread overview]
Message-ID: <bug-14522-716-bONtRYfhVw@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-14522-716@http.sourceware.org/bugzilla/>

https://sourceware.org/bugzilla/show_bug.cgi?id=14522

--- Comment #1 from Mike FABIAN <maiku.fabian at gmail dot com> ---
CLDR has only data for fy (Western Frisian) and frr (Northern Frisian):

mfabian@hathi:/local/mfabian/src/cldr/common/main (main)
$ grep Frisian en.xml 
                        <language type="frr">Northern Frisian</language>
                        <language type="frs">Eastern Frisian</language>
                        <language type="fy">Western Frisian</language>
                        <language type="stq">Saterland Frisian</language>
mfabian@hathi:/local/mfabian/src/cldr/common/main (main)
$ ll frr* frs* fy* stq*
ls: cannot access 'frs*': No such file or directory
ls: cannot access 'stq*': No such file or directory
-rw-r--r--. 1 mfabian mfabian    465 Feb 20  2023  frr_DE.xml
-rw-r--r--. 1 mfabian mfabian 287858 Nov 15 16:06  frr.xml
-rw-r--r--. 1 mfabian mfabian    464 Feb 20  2023  fy_NL.xml
-rw-r--r--. 1 mfabian mfabian 355511 Nov 15 16:06  fy.xml
mfabian@hathi:/local/mfabian/src/cldr/common/main (main)
$ grep -A8 '<dayWidth type="wide">' frr.xml 
                                                <dayWidth type="wide">
                                                        <day type="sun"
draft="unconfirmed">Söndai</day>
                                                        <day type="mon"
draft="unconfirmed">Mundai</day>
                                                        <day type="tue"
draft="unconfirmed">Teisdai</day>
                                                        <day type="wed"
draft="unconfirmed">Weedensdai</day>
                                                        <day type="thu"
draft="unconfirmed">Tüürsdai</day>
                                                        <day type="fri"
draft="unconfirmed">Freidai</day>
                                                        <day type="sat"
draft="unconfirmed">Saninj</day>
                                                </dayWidth>
...
mfabian@hathi:/local/mfabian/src/cldr/common/main (main)
$ grep -A8 '<dayWidth type="wide">' fy.xml
                                                <dayWidth type="wide">
                                                        <day
type="sun">snein</day>
                                                        <day
type="mon">moandei</day>
                                                        <day
type="tue">tiisdei</day>
                                                        <day
type="wed">woansdei</day>
                                                        <day
type="thu">tongersdei</day>
                                                        <day
type="fri">freed</day>
                                                        <day
type="sat">sneon</day>
                                                </dayWidth>
...
mfabian@hathi:/local/mfabian/src/cldr/common/main (main)
$ 

The weekday names in the glibc fy_NL locale agree with "Western Frisian" in
CLDR (Apart from capitalization of the first letter).

The weekday names in the glibc fy_DE locale are different and do *not* agree
with the "Northern Frisian" in CLDR.

It might be some variant of Northern Frisan, no idea.

I think the best I can do is to make the fy_DE file "Western Frisian" as well.

If somebody wants a "Northern Frisian" locale, frr_DE should be added.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

  parent reply	other threads:[~2024-01-03 19:50 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-27  6:01 [Bug localedata/14522] New: fy_DE locale query cjlhomeaddress at gmail dot com
2012-08-27  6:01 ` [Bug localedata/14522] " cjlhomeaddress at gmail dot com
2014-06-17  4:52 ` fweimer at redhat dot com
2016-02-19 10:51 ` [Bug localedata/14522] fy_DE: LC_IDENTIFICATION data looks weird vapier at gentoo dot org
2017-08-30 11:31 ` maiku.fabian at gmail dot com
2017-08-30 11:32 ` maiku.fabian at gmail dot com
2017-08-30 11:32 ` maiku.fabian at gmail dot com
2017-08-30 11:33 ` maiku.fabian at gmail dot com
2024-01-03 19:50 ` maiku.fabian at gmail dot com [this message]
2024-01-03 20:31 ` cvs-commit at gcc dot gnu.org
2024-01-03 20:32 ` maiku.fabian at gmail dot com
2024-01-03 21:40 ` fweimer at redhat dot com
2024-01-04 10:37 ` maiku.fabian at gmail dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-14522-716-bONtRYfhVw@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=libc-locales@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).