From 232d9190611b7eb7cdb84034ef73724a718ffee6 Mon Sep 17 00:00:00 2001 From: Akhilesh Kumar Date: Wed, 30 Aug 2017 14:09:02 +0530 Subject: Fix abbreviated weeks and months for Somali to agree with CLDR [BZ #22038] * locales/so_DJ (LC_TIME): Fix abday, abmon and make t_fmt in the comment agree with the value of t_fmt. * locales/so_ET (LC_TIME): Fix abday (From Axa to Axd) * locales/so_KE (LC_TIME): Fix abday (From Axa to Axd) * locales/so_SO (LC_TIME): Fix abday (From Axa to Axd) --- localedata/ChangeLog | 9 +++++++++ localedata/locales/so_DJ | 40 ++++++++++++++++++++-------------------- localedata/locales/so_ET | 2 +- localedata/locales/so_KE | 2 +- localedata/locales/so_SO | 2 +- 5 files changed, 32 insertions(+), 23 deletions(-) diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 326aa2cb45..78afc35ce7 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,12 @@ +2017-08-30 Akhilesh Kumar + + [BZ #22038] + * locales/so_DJ (LC_TIME): Fix abday, abmon and + make t_fmt in the comment agree with the value of t_fmt. + * locales/so_ET (LC_TIME): Fix abday (From Axa to Axd) + * locales/so_KE (LC_TIME): Fix abday (From Axa to Axd) + * locales/so_SO (LC_TIME): Fix abday (From Axa to Axd) + 2017-08-09 Wei-Lun Chao [BZ #21951] diff --git a/localedata/locales/so_DJ b/localedata/locales/so_DJ index 081d1f01e4..c00eb923cf 100644 --- a/localedata/locales/so_DJ +++ b/localedata/locales/so_DJ @@ -145,13 +145,13 @@ LC_TIME % % Abbreviated weekday names (%a) % -abday "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" +abday "Axd";/ + "Isn";/ + "Tal";/ + "Arb";/ + "Kha";/ + "Jim";/ + "Sab" % % Full weekday names (%A) % @@ -165,18 +165,18 @@ day "";/ % % Abbreviated month names (%b) % -abmon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" +abmon "Kob";/ + "Lab";/ + "Sad";/ + "Afr";/ + "Sha";/ + "Lix";/ + "Tod";/ + "Sid";/ + "Sag";/ + "Tob";/ + "KIT";/ + "LIT" % % Full month names (%B) % @@ -204,7 +204,7 @@ am_pm "";/ d_fmt "" % % Appropriate time representation (%X) -% "%H:%M:%S" +% "%l:%M:%S" % t_fmt "" % diff --git a/localedata/locales/so_ET b/localedata/locales/so_ET index 8b1d285981..0b37418217 100644 --- a/localedata/locales/so_ET +++ b/localedata/locales/so_ET @@ -143,7 +143,7 @@ LC_TIME % % Abbreviated weekday names (%a) % -abday "";/ +abday "";/ "";/ "";/ "";/ diff --git a/localedata/locales/so_KE b/localedata/locales/so_KE index 6ec59ae40e..a6b963f8d7 100644 --- a/localedata/locales/so_KE +++ b/localedata/locales/so_KE @@ -143,7 +143,7 @@ LC_TIME % % Abbreviated weekday names (%a) % -abday "";/ +abday "";/ "";/ "";/ "";/ diff --git a/localedata/locales/so_SO b/localedata/locales/so_SO index 1e2b3e76dc..617a79747b 100644 --- a/localedata/locales/so_SO +++ b/localedata/locales/so_SO @@ -192,7 +192,7 @@ LC_TIME % % Abbreviated weekday names (%a) % -abday "";/ +abday "";/ "";/ "";/ "";/ -- cgit 1.4.1