From a79a1c704b32c48903a4cb4c0786eca828520b5c Mon Sep 17 00:00:00 2001 From: KH Teo Date: Sat, 14 May 2011 19:47:43 -0400 Subject: Fix time format in en_SG locale --- localedata/ChangeLog | 6 ++++++ localedata/locales/en_SG | 15 ++++++++------- 2 files changed, 14 insertions(+), 7 deletions(-) (limited to 'localedata') diff --git a/localedata/ChangeLog b/localedata/ChangeLog index dd2b292f8b..8ea8c68859 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,9 @@ +2011-05-14 Ulrich Drepper + + [BZ #12582] + * localedata/charmaps/en_SG (LC_TIME): Fix time formats. + Patch by KH Teo . + 2011-05-09 Ulrich Drepper [BZ #11487] diff --git a/localedata/locales/en_SG b/localedata/locales/en_SG index 0e9196c1f9..71ae52b26a 100644 --- a/localedata/locales/en_SG +++ b/localedata/locales/en_SG @@ -117,19 +117,20 @@ mon "";"< am_pm "";"" % % Appropriate date and time representation -% %A %d,%B,%Y %I:%M:%S %Z -d_t_fmt "" +% %a %d %b %Y %r +d_t_fmt "" % % Appropriate date representation -% %A %d,%B,%Y -d_fmt "" +% %d/%m/%Y +d_fmt "" % % Appropriate time representation -% %I:%M:%S %Z -t_fmt "" +% %T +t_fmt "" % % Appropriate 12 h time representation (%r) -t_fmt_ampm "" +% %I:%M:%S %p +t_fmt_ampm "" % END LC_TIME -- cgit 1.4.1