public inbox for libc-locales@sourceware.org
 help / color / mirror / Atom feed
From: "rbuj at fedoraproject dot org" <sourceware-bugzilla@sourceware.org>
To: libc-locales@sourceware.org
Subject: [Bug localedata/22848] ca_ES: update date definitions from CLDR
Date: Mon, 19 Feb 2018 02:05:00 -0000	[thread overview]
Message-ID: <bug-22848-716-EZYYpQERKH@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-22848-716@http.sourceware.org/bugzilla/>

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

--- Comment #11 from Robert Buj <rbuj at fedoraproject dot org> ---
In FeeBSD, we can't set ab_alt_mon (or similar), we can only set ab_mon, for
that reason "%b" = "%Ob". Tomorrow, I'll try to do the same, remove ab_alt_mon
and test that Modified Conversion Specifications [1] are not yet available for
date.

[1] http://pubs.opengroup.org/onlinepubs/9699919799/utilities/date.html

Same tests in FreeBSD (we also want to update timedef for FreeBSD to get the
same results for Catalan)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225864

[robert@freebsd /usr/home/robert/temp]$ uname -a
FreeBSD freebsd 11.1-RELEASE-p4 FreeBSD 11.1-RELEASE-p4 #0: Tue Nov 14 06:12:40
UTC 2017     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC 
amd64
[robert@freebsd /usr/home/robert/temp]$ for i in 0{1..9} {10..12}; do touch -t
2018"$i"011200 file"$i"; done
[robert@freebsd /usr/home/robert/temp]$ LANG=ca_ES.UTF-8 ls -ltr
total 0
-rw-r--r--  1 robert  robert  0  1 gen.  12:00 file01
-rw-r--r--  1 robert  robert  0  1 febr. 12:00 file02
-rw-r--r--  1 robert  robert  0  1 març  12:00 file03
-rw-r--r--  1 robert  robert  0  1 abr.  12:00 file04
-rw-r--r--  1 robert  robert  0  1 maig  12:00 file05
-rw-r--r--  1 robert  robert  0  1 juny  12:00 file06
-rw-r--r--  1 robert  robert  0  1 jul.  12:00 file07
-rw-r--r--  1 robert  robert  0  1 ag.   12:00 file08
-rw-r--r--  1 robert  robert  0  1 set.   2018 file09
-rw-r--r--  1 robert  robert  0  1 oct.   2018 file10
-rw-r--r--  1 robert  robert  0  1 nov.   2018 file11
-rw-r--r--  1 robert  robert  0  1 des.   2018 file12
[robert@freebsd /usr/home/robert/temp]$ LANG=ca_ES.UTF-8 ls -ltr -D "%e %b
%H:%M"
total 0
-rw-r--r--  1 robert  robert  0  1 gen.  12:00 file01
-rw-r--r--  1 robert  robert  0  1 febr. 12:00 file02
-rw-r--r--  1 robert  robert  0  1 març  12:00 file03
-rw-r--r--  1 robert  robert  0  1 abr.  12:00 file04
-rw-r--r--  1 robert  robert  0  1 maig  12:00 file05
-rw-r--r--  1 robert  robert  0  1 juny  12:00 file06
-rw-r--r--  1 robert  robert  0  1 jul.  12:00 file07
-rw-r--r--  1 robert  robert  0  1 ag.   12:00 file08
-rw-r--r--  1 robert  robert  0  1 set.  12:00 file09
-rw-r--r--  1 robert  robert  0  1 oct.  12:00 file10
-rw-r--r--  1 robert  robert  0  1 nov.  12:00 file11
-rw-r--r--  1 robert  robert  0  1 des.  12:00 file12
[robert@freebsd /usr/home/robert/temp]$ LANG=ca_ES.UTF-8 ls -ltr -D "%e %OB
%H:%M"
total 0
-rw-r--r--  1 robert  robert  0  1 gener 12:00 file01
-rw-r--r--  1 robert  robert  0  1 febrer 12:00 file02
-rw-r--r--  1 robert  robert  0  1 març 12:00 file03
-rw-r--r--  1 robert  robert  0  1 abril 12:00 file04
-rw-r--r--  1 robert  robert  0  1 maig 12:00 file05
-rw-r--r--  1 robert  robert  0  1 juny 12:00 file06
-rw-r--r--  1 robert  robert  0  1 juliol 12:00 file07
-rw-r--r--  1 robert  robert  0  1 agost 12:00 file08
-rw-r--r--  1 robert  robert  0  1 setembre 12:00 file09
-rw-r--r--  1 robert  robert  0  1 octubre 12:00 file10
-rw-r--r--  1 robert  robert  0  1 novembre 12:00 file11
-rw-r--r--  1 robert  robert  0  1 desembre 12:00 file12
[robert@freebsd /usr/home/robert/temp]$ LANG=ca_ES.UTF-8 ls -ltr -D "%e %B
%H:%M"
total 0
-rw-r--r--  1 robert  robert  0  1 de gener 12:00 file01
-rw-r--r--  1 robert  robert  0  1 de febrer 12:00 file02
-rw-r--r--  1 robert  robert  0  1 de març 12:00 file03
-rw-r--r--  1 robert  robert  0  1 d’abril 12:00 file04
-rw-r--r--  1 robert  robert  0  1 de maig 12:00 file05
-rw-r--r--  1 robert  robert  0  1 de juny 12:00 file06
-rw-r--r--  1 robert  robert  0  1 de juliol 12:00 file07
-rw-r--r--  1 robert  robert  0  1 d’agost 12:00 file08
-rw-r--r--  1 robert  robert  0  1 de setembre 12:00 file09
-rw-r--r--  1 robert  robert  0  1 d’octubre 12:00 file10
-rw-r--r--  1 robert  robert  0  1 de novembre 12:00 file11
-rw-r--r--  1 robert  robert  0  1 de desembre 12:00 file12
[robert@freebsd /usr/home/robert/temp]$ LANG=ca_ES.UTF-8 date   
dilluns, 19 de febrer de 2018, 03:47:34 CET

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

  parent reply	other threads:[~2018-02-19  2:05 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-15 11:50 [Bug localedata/22848] New: " rbuj at fedoraproject dot org
2018-02-15 11:52 ` [Bug localedata/22848] " rbuj at fedoraproject dot org
2018-02-15 18:04 ` piotrdrag at gmail dot com
2018-02-17 12:04 ` rbuj at fedoraproject dot org
2018-02-17 21:18 ` rbuj at fedoraproject dot org
2018-02-17 21:46 ` digitalfreak at lingonborough dot com
2018-02-18 13:57 ` rbuj at fedoraproject dot org
2018-02-18 16:54 ` digitalfreak at lingonborough dot com
2018-02-18 17:07 ` rbuj at fedoraproject dot org
2018-02-18 17:36 ` rbuj at fedoraproject dot org
2018-02-18 21:35 ` rbuj at fedoraproject dot org
2018-02-18 22:10 ` egmont at gmail dot com
2018-02-18 22:36   ` Keld Simonsen
2018-02-18 22:36 ` keld at keldix dot com
2018-02-18 22:55 ` egmont at gmail dot com
2018-02-19  2:05 ` rbuj at fedoraproject dot org [this message]
2018-02-19  2:22 ` rbuj at fedoraproject dot org
2018-02-19  2:34 ` rbuj at fedoraproject dot org
2018-02-19  7:53 ` rbuj at fedoraproject dot org
2018-02-19 10:37 ` rbuj at fedoraproject dot org
2018-02-19 11:52 ` rbuj at fedoraproject dot org
2018-02-20  1:54 ` digitalfreak at lingonborough dot com
2018-02-20  7:54 ` rbuj at fedoraproject dot org
2018-02-20  8:39 ` egmont at gmail dot com
2018-02-20  8:43 ` egmont at gmail dot com
2018-02-20  9:36 ` rbuj at fedoraproject dot org
2018-02-20  9:53 ` rbuj at fedoraproject dot org
2018-02-20 13:45 ` egmont at gmail dot com
2018-02-20 14:23 ` rbuj at fedoraproject dot org
2018-02-22  1:09 ` digitalfreak at lingonborough dot com
2018-03-03 19:58 ` digitalfreak at lingonborough dot com
2018-03-06  7:56 ` rbuj at fedoraproject dot org
2018-03-06 20:35 ` digitalfreak at lingonborough dot com
2018-03-06 22:01 ` rbuj at fedoraproject dot org
2018-03-07  0:07 ` digitalfreak at lingonborough dot com
2018-03-15  0:43 ` cvs-commit at gcc dot gnu.org
2018-03-15 19:39 ` carlos at redhat dot com
2018-03-15 19:46 ` carlos at redhat dot com
2018-03-15 20:25 ` carlos at redhat dot com
2018-03-15 20:26 ` carlos at redhat dot com
2018-03-16 22:08 ` cvs-commit at gcc dot gnu.org
2018-03-16 23:04 ` cvs-commit at gcc dot gnu.org
2018-03-31 12:24 ` jeremip11 at gmail dot com
2018-06-01 16:51 ` cvs-commit at gcc dot gnu.org
2018-08-01  5:59 ` cvs-commit at gcc dot gnu.org

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-22848-716-EZYYpQERKH@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).