This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 1/1] Fix abbreviated weeks and months for Somali


Fix abbreviated weeks and months for Somali to agree with CLDR

[BZ #22038] 
	*locales/so_DJ : Fix abday, abmon and time representation (comments) 
	*locales/so_ET : Fix abday (From Axa to Axd)
	*locales/so_KE : Fix abday (From Axa to Axd)
	*locales/so_SO : Fix abday (From Axa to Axd)
---
 localedata/locales/so_DJ |   40 ++++++++++++++++++++--------------------
 localedata/locales/so_ET |    2 +-
 localedata/locales/so_KE |    2 +-
 localedata/locales/so_SO |    2 +-
 4 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/localedata/locales/so_DJ b/localedata/locales/so_DJ
index 081d1f0..c00eb92 100644
--- a/localedata/locales/so_DJ
+++ b/localedata/locales/so_DJ
@@ -145,13 +145,13 @@ LC_TIME
 %
 % Abbreviated weekday names (%a)
 %
-abday    "<U0061><U0078><U0061>";/
-         "<U0069><U0073><U006E>";/
-         "<U0073><U0061><U006C>";/
-         "<U0061><U0072><U0062>";/
-         "<U006B><U0068><U0061>";/
-         "<U006A><U0069><U006D>";/
-         "<U0073><U0061><U0062>"
+abday    "Axd";/
+         "Isn";/
+         "Tal";/
+         "Arb";/
+         "Kha";/
+         "Jim";/
+         "Sab"
 %
 % Full weekday names (%A)
 %
@@ -165,18 +165,18 @@ day      "<U0041><U0078><U0061><U0064>";/
 %
 % Abbreviated month names (%b)
 %
-abmon    "<U006B><U006F><U0062>";/
-         "<U006C><U0061><U0062>";/
-         "<U0073><U0061><U0064>";/
-         "<U0061><U0066><U0072>";/
-         "<U0073><U0068><U0061>";/
-         "<U006C><U0069><U0078>";/
-         "<U0074><U006F><U0064>";/
-         "<U0073><U0069><U0064>";/
-         "<U0073><U0061><U0067>";/
-         "<U0074><U006F><U0062>";/
-         "<U006B><U0069><U0074>";/
-         "<U006C><U0069><U0074>"
+abmon    "Kob";/
+         "Lab";/
+         "Sad";/
+         "Afr";/
+         "Sha";/
+         "Lix";/
+         "Tod";/
+         "Sid";/
+         "Sag";/
+         "Tob";/
+         "KIT";/
+         "LIT"
 %
 % Full month names (%B)
 %
@@ -204,7 +204,7 @@ am_pm    "<U0073><U0075><U0062><U0061><U0078><U006E><U0069><U006D><U006F>";/
 d_fmt   "<U0025><U0064><U002E><U0025><U006D><U002E><U0025><U0059>"
 %
 % Appropriate time representation (%X)
-%	"%H:%M:%S"
+%	"%l:%M:%S"
 %
 t_fmt "<U0025><U006C><U003A><U0025><U004D><U003A><U0025><U0053>"
 %
diff --git a/localedata/locales/so_ET b/localedata/locales/so_ET
index 8b1d285..0b37418 100644
--- a/localedata/locales/so_ET
+++ b/localedata/locales/so_ET
@@ -143,7 +143,7 @@ LC_TIME
 %
 % Abbreviated weekday names (%a)
 %
-abday    "<U0041><U0078><U0061>";/
+abday    "<U0041><U0078><U0064>";/
          "<U0049><U0073><U006E>";/
          "<U0053><U0061><U006C>";/
          "<U0041><U0072><U0062>";/
diff --git a/localedata/locales/so_KE b/localedata/locales/so_KE
index 6ec59ae..a6b963f 100644
--- a/localedata/locales/so_KE
+++ b/localedata/locales/so_KE
@@ -143,7 +143,7 @@ LC_TIME
 %
 % Abbreviated weekday names (%a)
 %
-abday    "<U0041><U0078><U0061>";/
+abday    "<U0041><U0078><U0064>";/
          "<U0049><U0073><U006E>";/
          "<U0053><U0061><U006C>";/
          "<U0041><U0072><U0062>";/
diff --git a/localedata/locales/so_SO b/localedata/locales/so_SO
index 1e2b3e7..617a797 100644
--- a/localedata/locales/so_SO
+++ b/localedata/locales/so_SO
@@ -192,7 +192,7 @@ LC_TIME
 %
 % Abbreviated weekday names (%a)
 %
-abday    "<U0041><U0078><U0061>";/
+abday    "<U0041><U0078><U0064>";/
          "<U0049><U0073><U006E>";/
          "<U0053><U0061><U006C>";/
          "<U0041><U0072><U0062>";/
-- 
1.7.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]