Sourceware Bugzilla – Attachment 11247 Details for
Bug 10425
it_IT/it_CH: LC_TIME format is wrong
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed final solution
0001-it_CH-it_IT-locales-Correct-some-LC_TIME-formats-bug.patch (text/plain), 1.75 KB, created by
Rafal Luzynski
on 2018-09-14 21:01:12 UTC
(
hide
)
Description:
Proposed final solution
Filename:
MIME Type:
Creator:
Rafal Luzynski
Created:
2018-09-14 21:01:12 UTC
Size:
1.75 KB
patch
obsolete
>From fdba8de8f66befd5c495022f03550f08cd8fa0d7 Mon Sep 17 00:00:00 2001 >From: Rafal Luzynski <digitalfreak@lingonborough.com> >Date: Fri, 14 Sep 2018 22:43:02 +0200 >Subject: [PATCH] it_CH/it_IT locales: Correct some LC_TIME formats (bug > 10425). > >Synchronize some values with CLDR and apply the 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. >--- > localedata/locales/it_CH | 6 +++--- > localedata/locales/it_IT | 4 ++-- > 2 files changed, 5 insertions(+), 5 deletions(-) > >diff --git a/localedata/locales/it_CH b/localedata/locales/it_CH >index df3b299..6d85e1b 100644 >--- a/localedata/locales/it_CH >+++ b/localedata/locales/it_CH >@@ -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 >diff --git a/localedata/locales/it_IT b/localedata/locales/it_IT >index 31591dd..6535cd7 100644 >--- a/localedata/locales/it_IT >+++ b/localedata/locales/it_IT >@@ -134,12 +134,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 >-- >2.7.5 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 10425
:
4070
|
4263
|
4879
|
5001
|
5002
| 11247