[1/1] Fix abmon:abday in aa_DJ

Message ID 1501747422-36357-1-git-send-email-akhilesh.k@samsung.com
State Superseded
Delegated to: Mike Fabian
Headers

Commit Message

Akhilesh Kumar Aug. 3, 2017, 8:03 a.m. UTC
  [BZ #21897]
*locales/aa_DJ  :"abday" update lowercase to uppercase
		 "abmon" update lowercase to uppercase
		 "abmon" Fix 2nd month abname 
---
 localedata/locales/aa_DJ |   38 +++++++++++++++++++-------------------
 1 files changed, 19 insertions(+), 19 deletions(-)
  

Comments

Mike FABIAN Aug. 3, 2017, 10:04 a.m. UTC | #1
Akhilesh Kumar <akhilesh.k@samsung.com> wrote:

> [BZ #21897]
> *locales/aa_DJ  :"abday" update lowercase to uppercase
> 		 "abmon" update lowercase to uppercase

Why do you think the day names and month names in Afar should start with
uppercase? In some languages, like German, this is the case. In other
languages, like Finnish, the month and day names usually start with
lower case unless they happen to appear at the start of a sentence.

So why do you think it is upper case in Afar?

> 		 "abmon" Fix 2nd month abname 

So you are fixing "nah" to "Kud" in your patch to make it agree
with the full month names, apparently:

    %
    % Abbreviated month names (%b)
    %
    abmon    "qun";/
             "nah";/
             "cig";/
             "agd";/
             "cax";/
             "qas";/
             "qad";/
             "leq";/
             "way";/
             "dit";/
             "xim";/
             "kax"
    %
    % Full month names (%B)
    %
    mon      "Qunxa Garablu";/
             "Kudo";/
             "Ciggilta Kudo";/
             "Agda Baxisso";/
             "Caxah Alsa";/
             "Qasa Dirri";/
             "Qado Dirri";/
             "Liiqen";/
             "Waysu";/
             "Diteli";/
             "Ximoli";/
             "Kaxxa Garablu"
    %

But why should we assume that the full month names are correct?

Do you have any references?
  

Patch

diff --git a/localedata/locales/aa_DJ b/localedata/locales/aa_DJ
index 98fbc1c..e2987cd 100644
--- a/localedata/locales/aa_DJ
+++ b/localedata/locales/aa_DJ
@@ -189,13 +189,13 @@  LC_TIME
 %
 % Abbreviated weekday names (%a)
 %
-abday    "<U0061><U0063><U0061>";/
-         "<U0065><U0074><U006C>";/
-         "<U0074><U0061><U006C>";/
-         "<U0061><U0072><U0062>";/
-         "<U006B><U0061><U006D>";/
-         "<U0067><U0075><U006D>";/
-         "<U0073><U0061><U0062>"
+abday    "<U0041><U0063><U0061>";/
+         "<U0045><U0074><U006C>";/
+         "<U0054><U0061><U006C>";/
+         "<U0041><U0072><U0062>";/
+         "<U004B><U0061><U006D>";/
+         "<U0047><U0075><U006D>";/
+         "<U0053><U0061><U0062>"
 %
 % Full weekday names (%A)
 %
@@ -209,18 +209,18 @@  day      "<U0041><U0063><U0061><U0061><U0064><U0061>";/
 %
 % Abbreviated month names (%b)
 %
-abmon    "<U0071><U0075><U006E>";/
-         "<U006E><U0061><U0068>";/
-         "<U0063><U0069><U0067>";/
-         "<U0061><U0067><U0064>";/
-         "<U0063><U0061><U0078>";/
-         "<U0071><U0061><U0073>";/
-         "<U0071><U0061><U0064>";/
-         "<U006C><U0065><U0071>";/
-         "<U0077><U0061><U0079>";/
-         "<U0064><U0069><U0074>";/
-         "<U0078><U0069><U006D>";/
-         "<U006B><U0061><U0078>"
+abmon    "<U0051><U0075><U006E>";/
+         "<U004B><U0075><U0064>";/
+         "<U0043><U0069><U0067>";/
+         "<U0041><U0067><U0064>";/
+         "<U0043><U0061><U0078>";/
+         "<U0051><U0061><U0073>";/
+         "<U0051><U0061><U0064>";/
+         "<U004C><U0065><U0071>";/
+         "<U0057><U0061><U0079>";/
+         "<U0044><U0069><U0074>";/
+         "<U0058><U0069><U006D>";/
+         "<U004B><U0061><U0078>"
 %
 % Full month names (%B)
 %