diff mbox

[v2] Fix abmon:abday in aa_DJ

Message ID 1502167026-23624-1-git-send-email-akhilesh.k@samsung.com
State New
Headers show

Commit Message

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

Comments

Mike FABIAN Aug. 8, 2017, 6:31 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

You did not answer why you want to change these 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?

Do you have some reference? CLDR does not have that language.

@@ -209,18 +209,18 @@ day      "Acaada";/
 %
 % Abbreviated month names (%b)
 %
-abmon    "qun";/
-         "nah";/
-         "cig";/
-         "agd";/
-         "cax";/
-         "qas";/
-         "qad";/
-         "leq";/
-         "way";/
-         "dit";/
-         "xim";/
-         "kax"
+abmon    "Qun";/
+         "Nah";/
+         "Cig";/
+         "Agd";/
+         "Cax";/
+         "Qas";/
+         "Qad";/
+         "Leq";/
+         "Way";/
+         "Dit";/
+         "Xim";/
+         "Kax"
 %
 % Full month names (%B)
 %

So now you are just changing the case of the abbreviation
of February from “nah” to “Nah”.

In your last patch you changed  it to “Kud” because the full
month name in the aa_DJ locale for February is “Kudo”.

Which one is correct? Can you give a reference please?
diff mbox

Patch

diff --git a/localedata/locales/aa_DJ b/localedata/locales/aa_DJ
index 98fbc1c..b1b6c82 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>";/
+         "<U004E><U0061><U0068>";/
+         "<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)
 %