diff options
author | Robert Buj <robert.buj@gmail.com> | 2018-03-06 22:51:29 +0100 |
---|---|---|
committer | Rafal Luzynski <digitalfreak@lingonborough.com> | 2018-03-15 01:05:19 +0100 |
commit | a00bffe8b531693d3b26c1e87afe4b9eac84474c (patch) | |
tree | 7fb0b7e0df54187c420f92ae7c825e8230be2ed2 /ChangeLog | |
parent | bdc3009b8ff0effdbbfb05eb6b10966753cbf9b8 (diff) | |
download | glibc-a00bffe8b531693d3b26c1e87afe4b9eac84474c.tar.gz glibc-a00bffe8b531693d3b26c1e87afe4b9eac84474c.tar.xz glibc-a00bffe8b531693d3b26c1e87afe4b9eac84474c.zip |
ca_ES locale: Update LC_TIME (bug 22848).
Add/fix alternative month names, long & short formats, am_pm, abday settings, and improve indentation for Catalan. [BZ #22848] * localedata/locales/ca_ES (abmon): Rename to... (ab_alt_mon): This, then synchronize with CLDR (nominative case). (mon): Rename to... (alt_mon): This. (abmon): Import from CLDR (genitive case, month names preceded by "de" or "d’"). (mon): Likewise. (abday): Synchronize with CLDR. (d_t_fmt): Likewise. (d_fmt): Likewise. (am_pm): Likewise. (LC_TIME): Improve indentation. (LC_TELEPHONE): Likewise. (LC_NAME): Likewise. (LC_ADDRESS): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a54848bcab..9471933d88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2018-03-15 Robert Buj <robert.buj@gmail.com> + + [BZ #22848] + * localedata/locales/ca_ES (abmon): Rename to... + (ab_alt_mon): This, then synchronize with CLDR (nominative case). + (mon): Rename to... + (alt_mon): This. + (abmon): Import from CLDR (genitive case, month names preceded by + "de" or "d’"). + (mon): Likewise. + (abday): Synchronize with CLDR. + (d_t_fmt): Likewise. + (d_fmt): Likewise. + (am_pm): Likewise. + + (LC_TIME): Improve indentation. + (LC_TELEPHONE): Likewise. + (LC_NAME): Likewise. + (LC_ADDRESS): Likewise. + 2018-03-14 Joseph Myers <joseph@codesourcery.com> * sysdeps/x86/fpu/bits/mathinline.h [!__GNUC_PREREQ (3, 4)] |