From 4ff9d4ff243051c651e3791e29563cc67e03489f Mon Sep 17 00:00:00 2001 From: Nicolo' Chieffo Date: Fri, 24 Sep 2010 21:12:42 +0200 Subject: [PATCH] * d_t_fmt: "%a %e %b %Y, %T, %Z" - remove the leading zero in the day of month using '%e' instead of '%b' - add ',' to separate date, time and timezone * t_fmt: "%H.%M.%S" - express the time in the expanded way instead of using '%T', to be sure to use the correct values --- localedata/locales/it_IT | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/localedata/locales/it_IT b/localedata/locales/it_IT index 31acd53..9edba36 100644 --- a/localedata/locales/it_IT +++ b/localedata/locales/it_IT @@ -116,14 +116,12 @@ mon "";/ "";/ "";/ "" -d_t_fmt "" +d_t_fmt "" d_fmt "" -t_fmt "" +t_fmt "" am_pm "";"" t_fmt_ampm "" -date_fmt "/ -/ -" +date_fmt "" END LC_TIME LC_PAPER -- 1.7.1