mirror of git://sourceware.org/git/glibc.git
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.
This commit is contained in:
parent
bdc3009b8f
commit
a00bffe8b5
20
ChangeLog
20
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)]
|
||||
|
|
|
@ -92,7 +92,7 @@ grouping 0;0
|
|||
END LC_NUMERIC
|
||||
|
||||
LC_TIME
|
||||
abday "dg";"dl";"dt";"dc";"dj";"dv";"ds"
|
||||
abday "dg.";"dl.";"dt.";"dc.";"dj.";"dv.";"ds."
|
||||
day "diumenge";/
|
||||
"dilluns";/
|
||||
"dimarts";/
|
||||
|
@ -100,13 +100,31 @@ day "diumenge";/
|
|||
"dijous";/
|
||||
"divendres";/
|
||||
"dissabte"
|
||||
abmon "gen";"feb";/
|
||||
"mar";"abr";/
|
||||
"mai";"jun";/
|
||||
"jul";"ago";/
|
||||
"set";"oct";/
|
||||
"nov";"des"
|
||||
mon "gener";/
|
||||
ab_alt_mon "gen.";/
|
||||
"febr.";/
|
||||
"mar<U00E7>";/
|
||||
"abr.";/
|
||||
"maig";/
|
||||
"juny";/
|
||||
"jul.";/
|
||||
"ag.";/
|
||||
"set.";/
|
||||
"oct.";/
|
||||
"nov.";/
|
||||
"des."
|
||||
abmon "de gen.";/
|
||||
"de febr.";/
|
||||
"de mar<U00E7>";/
|
||||
"d<U2019>abr.";/
|
||||
"de maig";/
|
||||
"de juny";/
|
||||
"de jul.";/
|
||||
"d<U2019>ag.";/
|
||||
"de set.";/
|
||||
"d<U2019>oct.";/
|
||||
"de nov.";/
|
||||
"de des."
|
||||
alt_mon "gener";/
|
||||
"febrer";/
|
||||
"mar<U00E7>";/
|
||||
"abril";/
|
||||
|
@ -118,10 +136,23 @@ mon "gener";/
|
|||
"octubre";/
|
||||
"novembre";/
|
||||
"desembre"
|
||||
d_t_fmt "%a %d %b %Y %T %Z"
|
||||
d_fmt "%d//%m//%y"
|
||||
mon "de gener";/
|
||||
"de febrer";/
|
||||
"de mar<U00E7>";/
|
||||
"d<U2019>abril";/
|
||||
"de maig";/
|
||||
"de juny";/
|
||||
"de juliol";/
|
||||
"d<U2019>agost";/
|
||||
"de setembre";/
|
||||
"d<U2019>octubre";/
|
||||
"de novembre";/
|
||||
"de desembre"
|
||||
d_t_fmt "%A, %-d %B de %Y, %T %Z"
|
||||
d_fmt "%-d//%-m//%y"
|
||||
t_fmt "%T"
|
||||
am_pm "";""
|
||||
am_pm "a. m.";/
|
||||
"p. m."
|
||||
t_fmt_ampm ""
|
||||
week 7;19971130;4
|
||||
first_weekday 2
|
||||
|
|
Loading…
Reference in New Issue