From: Carmen Bianca BAKKER <carmen@carmenbianca.eu>
To: libc-alpha@sourceware.org
Cc: Carmen Bianca BAKKER <carmen@carmenbianca.eu>
Subject: [PATCH] locale: More strictly implement ISO 8601 for Esperanto locale
Date: Wed, 30 Oct 2024 13:26:48 +0100 [thread overview]
Message-ID: <20241030122648.48794-1-carmen@carmenbianca.eu> (raw)
Esperanto, as an international language and a bit of a non-locale,
usually defaults to international consensus. In this commit, I make the
Esperanto locale more in line with ISO 8601 by setting the first day as
Monday, and the first week as containing January 4.
Bug 32323
Signed-off-by: Carmen Bianca BAKKER <carmen@carmenbianca.eu>
---
localedata/locales/eo | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/localedata/locales/eo b/localedata/locales/eo
index 6eb26f374a..49951c35da 100644
--- a/localedata/locales/eo
+++ b/localedata/locales/eo
@@ -175,7 +175,8 @@ d_t_fmt "%a %d %b %Y %T"
date_fmt "%a %d %b %Y %T %z"
d_fmt "%Y-%m-%d"
t_fmt "%T"
-week 7;19971130;1
+week 7;19971130;4
+first_weekday 2
END LC_TIME
LC_MESSAGES
--
2.47.0
next reply other threads:[~2024-10-30 12:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-30 12:26 Carmen Bianca BAKKER [this message]
2024-11-14 16:02 ` Mike FABIAN
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=20241030122648.48794-1-carmen@carmenbianca.eu \
--to=carmen@carmenbianca.eu \
--cc=libc-alpha@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).