diff options
Diffstat (limited to 'localedata/locales')
-rw-r--r-- | localedata/locales/it_CH | 6 | ||||
-rw-r--r-- | 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 df3b299711..6d85e1b110 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 de457f0fbd..8a10545de0 100644 --- a/localedata/locales/it_IT +++ b/localedata/locales/it_IT @@ -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 |