mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-24 03:31:07 +00:00
it_CH/it_IT locales: Correct some LC_TIME formats (bug 10425).
Synchronize some values with CLDR and apply some suggestions from Bugzilla. [BZ #10425] * localedata/locales/it_IT (d_t_fmt): Use "%a %-d %b %Y, %T". (date_fmt): Use "%a %-d %b %Y, %T, %Z". * localedata/locales/it_CH (d_t_fmt): Use "%a %-d %b %Y, %T" which is the same as in it_IT. (d_fmt): Use "%d.%m.%Y" which is the same as in de_CH. (date_fmt): Use "%a %-d %b %Y, %T, %Z" which is the same as in it_IT.
This commit is contained in:
parent
7abf97bed9
commit
434d45fd70
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
||||
2018-09-21 Rafal Luzynski <digitalfreak@lingonborough.com>
|
||||
|
||||
[BZ #10425]
|
||||
* localedata/locales/it_IT (d_t_fmt): Use "%a %-d %b %Y, %T".
|
||||
(date_fmt): Use "%a %-d %b %Y, %T, %Z".
|
||||
* localedata/locales/it_CH (d_t_fmt): Use "%a %-d %b %Y, %T"
|
||||
which is the same as in it_IT.
|
||||
(d_fmt): Use "%d.%m.%Y" which is the same as in de_CH.
|
||||
(date_fmt): Use "%a %-d %b %Y, %T, %Z" which is the same as in it_IT.
|
||||
|
||||
2018-09-20 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* include/math.h [!_ISOMAC && !(__FINITE_MATH_ONLY__ &&
|
||||
|
@ -95,12 +95,12 @@ mon "gennaio";/
|
||||
"ottobre";/
|
||||
"novembre";/
|
||||
"dicembre"
|
||||
d_t_fmt "%a %d %b %Y %T %Z"
|
||||
d_fmt "%d. %m. %y"
|
||||
d_t_fmt "%a %-d %b %Y, %T"
|
||||
d_fmt "%d.%m.%Y"
|
||||
t_fmt "%T"
|
||||
am_pm "";""
|
||||
t_fmt_ampm ""
|
||||
date_fmt "%a %e %b %Y, %H.%M.%S, %Z"
|
||||
date_fmt "%a %-d %b %Y, %T, %Z"
|
||||
week 7;19971130;4
|
||||
first_weekday 2
|
||||
END LC_TIME
|
||||
|
@ -122,12 +122,12 @@ mon "gennaio";/
|
||||
"ottobre";/
|
||||
"novembre";/
|
||||
"dicembre"
|
||||
d_t_fmt "%a %d %b %Y %T %Z"
|
||||
d_t_fmt "%a %-d %b %Y, %T"
|
||||
d_fmt "%d//%m//%Y"
|
||||
t_fmt "%T"
|
||||
am_pm "";""
|
||||
t_fmt_ampm ""
|
||||
date_fmt "%a %e %b %Y, %H.%M.%S, %Z"
|
||||
date_fmt "%a %-d %b %Y, %T, %Z"
|
||||
week 7;19971130;4
|
||||
first_weekday 2
|
||||
END LC_TIME
|
||||
|
Loading…
Reference in New Issue
Block a user