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]

Re: [PATCH] localedata: ar_SY: fix May/June localization [BZ #17225]


Hi,

On 2016-01-17 22:31, Mike Frysinger wrote:
> 
> 2016-01-17  Muhammad Saied  <msaied93@gmail.com>
> 
> 	[BZ #17225]
> 	* locales/ar_SY (abmon): Update May translation.
> 	(mon): Update May & June translations.
> ---
>  localedata/locales/ar_SY | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/localedata/locales/ar_SY b/localedata/locales/ar_SY
> index a8aef8c..1f22bfc 100644
> --- a/localedata/locales/ar_SY
> +++ b/localedata/locales/ar_SY
> @@ -106,7 +106,7 @@ abmon       "<U0643><U0627><U0646><U0648><U0646><U0020><U0627><U0644>/
>              "<U0634><U0628><U0627><U0637>";/
>              "<U0622><U0630><U0627><U0631>";/
>              "<U0646><U064A><U0633><U0627><U0646>";/
> -            "<U0646><U0648><U0627><U0631>";/
> +            "<U0623><U064A><U0627><U0631>";/
>              "<U062D><U0632><U064A><U0631><U0627><U0646>";/
>              "<U062A><U0645><U0648><U0632>";/
>              "<U0622><U0628>";/

How about the other ar_* locales, it looks few others might need
something similar as well?

$ grep '<U0646><U0648><U0627><U0631>' *
ar_JO:            "<U0646><U0648><U0627><U0631>";/
ar_JO:            "<U0646><U0648><U0627><U0631>";/
ar_LB:            "<U0646><U0648><U0627><U0631>";/
ar_LB:            "<U0646><U0648><U0627><U0631>";/
ar_SY:            "<U0646><U0648><U0627><U0631>";/
ar_SY:            "<U0646><U0648><U0627><U0631><U0627><U0646>";/

Thanks,

-- 
Marko Myllynen


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