public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2] Fixed Abbreviation name for ar_JO/ar_LB/ar_SY
       [not found] <CGME20170711082234epcas5p105e3f17e9f52af289b17e56aa43fb6bc@epcas5p1.samsung.com>
@ 2017-07-11  8:22 ` Akhilesh Kumar
  2017-07-11 11:21   ` Mike FABIAN
  0 siblings, 1 reply; 2+ messages in thread
From: Akhilesh Kumar @ 2017-07-11  8:22 UTC (permalink / raw)
  To: libc-alpha; +Cc: pankaj.m, Akhilesh Kumar

[BZ #21749]
	Fixed Abbreviation name for ar_JO/ar_LB/ar_SY

Signed-off-by: Akhilesh Kumar <akhilesh.k@samsung.com>
---
 localedata/locales/ar_JO | 14 +++++++-------
 localedata/locales/ar_LB | 14 +++++++-------
 localedata/locales/ar_SY | 14 +++++++-------
 3 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/localedata/locales/ar_JO b/localedata/locales/ar_JO
index a3afbf6..a940444 100644
--- a/localedata/locales/ar_JO
+++ b/localedata/locales/ar_JO
@@ -91,13 +91,13 @@ LC_TIME
 % for IBM Class for Unicode/Java
 %
 % Abbreviated weekday names (%a)
-abday       "<U0627><U0644><U0623><U062D><U062F>";/
-            "<U0627><U0644><U0627><U062B><U0646><U064A><U0646>";/
-            "<U0627><U0644><U062B><U0644><U0627><U062B><U0627><U0621>";/
-            "<U0627><U0644><U0623><U0631><U0628><U0639><U0627><U0621>";/
-            "<U0627><U0644><U062E><U0645><U064A><U0633>";/
-            "<U0627><U0644><U062C><U0645><U0639><U0629>";/
-            "<U0627><U0644><U0633><U0628><U062A>"
+abday       "<U062D>"; /
+            "<U0646>"; /
+            "<U062B>"; /
+            "<U0631>"; /
+            "<U062E>"; /
+            "<U062C>"; /
+            "<U0633>"
 %
 % Full weekday names (%A)
 day         "<U0627><U0644><U0623><U062D><U062F>";/
diff --git a/localedata/locales/ar_LB b/localedata/locales/ar_LB
index cd3b223..3ddbe4d 100644
--- a/localedata/locales/ar_LB
+++ b/localedata/locales/ar_LB
@@ -90,13 +90,13 @@ LC_TIME
 % for IBM Class for Unicode/Java
 %
 % Abbreviated weekday names (%a)
-abday       "<U0627><U0644><U0623><U062D><U062F>";/
-            "<U0627><U0644><U0627><U062B><U0646><U064A><U0646>";/
-            "<U0627><U0644><U062B><U0644><U0627><U062B><U0627><U0621>";/
-            "<U0627><U0644><U0623><U0631><U0628><U0639><U0627><U0621>";/
-            "<U0627><U0644><U062E><U0645><U064A><U0633>";/
-            "<U0627><U0644><U062C><U0645><U0639><U0629>";/
-            "<U0627><U0644><U0633><U0628><U062A>"
+abday       "<U062D>"; /
+            "<U0646>"; /
+            "<U062B>"; /
+            "<U0631>"; /
+            "<U062E>"; /
+            "<U062C>"; /
+            "<U0633>"
 %
 % Full weekday names (%A)
 day         "<U0627><U0644><U0623><U062D><U062F>";/
diff --git a/localedata/locales/ar_SY b/localedata/locales/ar_SY
index 37edae8..92e714d 100644
--- a/localedata/locales/ar_SY
+++ b/localedata/locales/ar_SY
@@ -90,13 +90,13 @@ LC_TIME
 % for IBM Class for Unicode/Java
 %
 % Abbreviated weekday names (%a)
-abday       "<U0627><U0644><U0623><U062D><U062F>";/
-            "<U0627><U0644><U0627><U062B><U0646><U064A><U0646>";/
-            "<U0627><U0644><U062B><U0644><U0627><U062B><U0627><U0621>";/
-            "<U0627><U0644><U0623><U0631><U0628><U0639><U0627><U0621>";/
-            "<U0627><U0644><U062E><U0645><U064A><U0633>";/
-            "<U0627><U0644><U062C><U0645><U0639><U0629>";/
-            "<U0627><U0644><U0633><U0628><U062A>"
+abday       "<U062D>"; /
+            "<U0646>"; /
+            "<U062B>"; /
+            "<U0631>"; /
+            "<U062E>"; /
+            "<U062C>"; /
+            "<U0633>"
 %
 % Full weekday names (%A)
 day         "<U0627><U0644><U0623><U062D><U062F>";/
-- 
1.9.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] Fixed Abbreviation name for ar_JO/ar_LB/ar_SY
  2017-07-11  8:22 ` [PATCH v2] Fixed Abbreviation name for ar_JO/ar_LB/ar_SY Akhilesh Kumar
@ 2017-07-11 11:21   ` Mike FABIAN
  0 siblings, 0 replies; 2+ messages in thread
From: Mike FABIAN @ 2017-07-11 11:21 UTC (permalink / raw)
  To: Akhilesh Kumar; +Cc: libc-alpha, pankaj.m

Akhilesh Kumar <akhilesh.k@samsung.com> wrote:

> [BZ #21749]
> 	Fixed Abbreviation name for ar_JO/ar_LB/ar_SY
>
> Signed-off-by: Akhilesh Kumar <akhilesh.k@samsung.com>
> ---
>  localedata/locales/ar_JO | 14 +++++++-------
>  localedata/locales/ar_LB | 14 +++++++-------
>  localedata/locales/ar_SY | 14 +++++++-------
>  3 files changed, 21 insertions(+), 21 deletions(-)
>
> diff --git a/localedata/locales/ar_JO b/localedata/locales/ar_JO
> index a3afbf6..a940444 100644
> --- a/localedata/locales/ar_JO
> +++ b/localedata/locales/ar_JO
> @@ -91,13 +91,13 @@ LC_TIME
>  % for IBM Class for Unicode/Java
>  %
>  % Abbreviated weekday names (%a)
> -abday       "<U0627><U0644><U0623><U062D><U062F>";/
> -            "<U0627><U0644><U0627><U062B><U0646><U064A><U0646>";/
> -            "<U0627><U0644><U062B><U0644><U0627><U062B><U0627><U0621>";/
> -            "<U0627><U0644><U0623><U0631><U0628><U0639><U0627><U0621>";/
> -            "<U0627><U0644><U062E><U0645><U064A><U0633>";/
> -            "<U0627><U0644><U062C><U0645><U0639><U0629>";/
> -            "<U0627><U0644><U0633><U0628><U062A>"
> +abday       "<U062D>"; /
> +            "<U0646>"; /
> +            "<U062B>"; /
> +            "<U0631>"; /
> +            "<U062E>"; /
> +            "<U062C>"; /
> +            "<U0633>"
>  %
>  % Full weekday names (%A)
>  day         "<U0627><U0644><U0623><U062D><U062F>";/
> diff --git a/localedata/locales/ar_LB b/localedata/locales/ar_LB
> index cd3b223..3ddbe4d 100644
> --- a/localedata/locales/ar_LB
> +++ b/localedata/locales/ar_LB
> @@ -90,13 +90,13 @@ LC_TIME
>  % for IBM Class for Unicode/Java
>  %
>  % Abbreviated weekday names (%a)
> -abday       "<U0627><U0644><U0623><U062D><U062F>";/
> -            "<U0627><U0644><U0627><U062B><U0646><U064A><U0646>";/
> -            "<U0627><U0644><U062B><U0644><U0627><U062B><U0627><U0621>";/
> -            "<U0627><U0644><U0623><U0631><U0628><U0639><U0627><U0621>";/
> -            "<U0627><U0644><U062E><U0645><U064A><U0633>";/
> -            "<U0627><U0644><U062C><U0645><U0639><U0629>";/
> -            "<U0627><U0644><U0633><U0628><U062A>"
> +abday       "<U062D>"; /
> +            "<U0646>"; /
> +            "<U062B>"; /
> +            "<U0631>"; /
> +            "<U062E>"; /
> +            "<U062C>"; /
> +            "<U0633>"
>  %
>  % Full weekday names (%A)
>  day         "<U0627><U0644><U0623><U062D><U062F>";/
> diff --git a/localedata/locales/ar_SY b/localedata/locales/ar_SY
> index 37edae8..92e714d 100644
> --- a/localedata/locales/ar_SY
> +++ b/localedata/locales/ar_SY
> @@ -90,13 +90,13 @@ LC_TIME
>  % for IBM Class for Unicode/Java
>  %
>  % Abbreviated weekday names (%a)
> -abday       "<U0627><U0644><U0623><U062D><U062F>";/
> -            "<U0627><U0644><U0627><U062B><U0646><U064A><U0646>";/
> -            "<U0627><U0644><U062B><U0644><U0627><U062B><U0627><U0621>";/
> -            "<U0627><U0644><U0623><U0631><U0628><U0639><U0627><U0621>";/
> -            "<U0627><U0644><U062E><U0645><U064A><U0633>";/
> -            "<U0627><U0644><U062C><U0645><U0639><U0629>";/
> -            "<U0627><U0644><U0633><U0628><U062A>"
> +abday       "<U062D>"; /
> +            "<U0646>"; /
> +            "<U062B>"; /
> +            "<U0631>"; /
> +            "<U062E>"; /
> +            "<U062C>"; /
> +            "<U0633>"
>  %
>  % Full weekday names (%A)
>  day         "<U0627><U0644><U0623><U062D><U062F>";/

Looks good, agrees with CLDR, committed.

-- 
Mike FABIAN <mfabian@redhat.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-11 11:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20170711082234epcas5p105e3f17e9f52af289b17e56aa43fb6bc@epcas5p1.samsung.com>
2017-07-11  8:22 ` [PATCH v2] Fixed Abbreviation name for ar_JO/ar_LB/ar_SY Akhilesh Kumar
2017-07-11 11:21   ` Mike FABIAN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).