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 1/1] abday strings mismatch the day strings


Akhilesh Kumar <akhilesh.k@samsung.com> さんはかきました:

> Hindi language which is slimier with Kashmiri(devanagari) language.
> Added abday strings 
> [BZ #21743]
>   abday strings mismatch the day  strings 

I changed your commit message a bit, now it looks like  this:

    Fix abday strings for ks_IN@devanagari to match the day strings
    
    Hindi language is similar to Kashmiri(devanagari) language.
    
            [BZ #21743]
            * locales/ks_IN@devanagari (LC_TIME): Fixed abday strings



> Signed-off-by: Akhilesh Kumar <akhilesh.k@samsung.com>
> ---
>  localedata/locales/ks_IN@devanagari | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/localedata/locales/ks_IN@devanagari b/localedata/locales/ks_IN@devanagari
> index 4b2471b..afd70a5 100644
> --- a/localedata/locales/ks_IN@devanagari
> +++ b/localedata/locales/ks_IN@devanagari
> @@ -63,13 +63,13 @@ LC_TIME
>  % for IBM Class for Unicode/Java
>  %
>  % Abbreviated weekday names (%a)
> -abday       "<U0906><U0925><U094D>";/
> -            "<U091A><U0928><U094D><U0926><U0930><U094D>";/
> -  	    "<U092C><U094B><U092E><U094D>";/
> -            "<U092C><U094B><U0918>";/
> -            "<U092C><U094D><U0930><U0938><U094D><U094D>";/
> -            "<U091C><U0941><U092E>";/
> -            "<U092C><U091F>"
> +abday       "<U0906><U0925> ";/
> +            "<U091A><U0945><U093C><U0926><U0941><U0930>";/
> +            "<U092C><U094B><U092E>";/
> +            "<U092C><U094D><U0935><U0926>";/
> +            "<U092C><U094D><U0930><U0938>";/
> +            "<U0936><U094B><U0915><U0941><U0930>";/
> +            "<U092C><U091F><U0941>"
>  %
>  % Full weekday names (%A)
>  % http://www.mkraina.com/PDF/3-Self-authored%20Works%20(English)/15.pdf

-- 
Mike FABIAN <mfabian@redhat.com>
睡眠不足はいい仕事の敵だ。


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