From bb6274ee1293a6bc76d9d7c889783303de181295 Mon Sep 17 00:00:00 2001 From: Akhilesh Kumar Date: Wed, 16 Aug 2017 15:33:58 +0530 Subject: Fix abmon for bem_ZM Until now the abbreviated month names were in English. [BZ #21960] * locales/bem_ZM (LC_TIME): Fix abmon, make it agree with CLDR. --- localedata/ChangeLog | 5 +++++ localedata/locales/bem_ZM | 25 ++++++++++++------------- 2 files changed, 17 insertions(+), 13 deletions(-) (limited to 'localedata') diff --git a/localedata/ChangeLog b/localedata/ChangeLog index a29d021..81c1b65 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,10 @@ 2017-08-17 Akhilesh Kumar + [BZ #21960] + * locales/bem_ZM (LC_TIME): Fix abmon, make it agree with CLDR. + +2017-08-17 Akhilesh Kumar + [BZ #21959] * locales/xh_ZA (LC_ADDRESS): Fix country name. diff --git a/localedata/locales/bem_ZM b/localedata/locales/bem_ZM index a09d53e..05fbaa9 100644 --- a/localedata/locales/bem_ZM +++ b/localedata/locales/bem_ZM @@ -62,19 +62,18 @@ mon "";/ "";/ "";/ "" -% Jan, Feb, Mar, Apr, May, Jun, July, Aug, Sep, Oct, Nov, Dec -abmon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" +abmon "Jan";/ + "Feb";/ + "Mac";/ + "Epr";/ + "Mei";/ + "Jun";/ + "Jul";/ + "Oga";/ + "Sep";/ + "Okt";/ + "Nov";/ + "Dis" % Pa Mulungu, Palichimo, Palichibuli, Palichitatu, Palichine, Palichisano, Pachibelushi day "";/ "";/ -- cgit v1.1