From 434d74d442c17b75001187964603fd65517dc77c Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 19 Aug 2016 19:26:16 +0000 Subject: MFC r303354,303373,303404,304045,304192 Set date and time formats back to what they were before CLDR While CLDR brings us a good and up to date source data to generate locales for all databses we are using for locales, it is not the case of LC_TIME. Where it does not defines the informations we need. Put back all the date and time formats from the old locales. Make it statically for now (in order to be able to merge it now into 11.0-RELEASE). The generation tools will be updated soon. That gives us time to properly work on LC_TIME during the 12 timeframe. While here fix abbreviated month for af_ZA (which are already fixed in CLDR data upstream) In locales where AP/PM was not defined before CLDR data, remove again the AP/PM informations For locales where AP/PM was defined before CLDR data, keep the CLDR information which was properly translated. r303354,303373 by kevlo r303404,304192 by jkim --- share/timedef/sv_SE.ISO8859-15.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/timedef/sv_SE.ISO8859-15.src') diff --git a/share/timedef/sv_SE.ISO8859-15.src b/share/timedef/sv_SE.ISO8859-15.src index 46cca36..16d3cfc 100644 --- a/share/timedef/sv_SE.ISO8859-15.src +++ b/share/timedef/sv_SE.ISO8859-15.src @@ -56,14 +56,14 @@ l %Y-%m-%d # # c_fmt -%A %e %B %Y %H:%M:%S +%a %e %b %X %Y # # AM/PM fm em # # date_fmt -%A %e %B %Y %H:%M:%S %Z +%a %e %b %Y %X %Z # # Long month names (without case ending) januari -- cgit v1.1