From 21725bc7b6b0760d6cbb48d8f0b72b7a67da0698 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 13 Aug 2016 15:59:18 +0000 Subject: 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. MFC after: 3 days --- share/timedef/sk_SK.UTF-8.src | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'share/timedef/sk_SK.UTF-8.src') diff --git a/share/timedef/sk_SK.UTF-8.src b/share/timedef/sk_SK.UTF-8.src index 09d1be3d0c3a..f86533b76e83 100644 --- a/share/timedef/sk_SK.UTF-8.src +++ b/share/timedef/sk_SK.UTF-8.src @@ -53,17 +53,17 @@ sobota %H:%M:%S # # x_fmt -%d.%m.%y +%d.%m.%Y # # c_fmt -%A %e %B %Y, %H:%M:%S +%a %e %b %X %Y # # AM/PM -dopoludnia -odpoludnia + + # # date_fmt -%A %e %B %Y, %H:%M:%S %Z +%a %e. %B %Y %X %Z # # Long month names (without case ending) januára @@ -83,5 +83,5 @@ decembra dm # # ampm_fmt -%I:%M:%S %p + # EOF -- cgit v1.2.3