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] Incorrect Full Weekday names for ks_IN@devanagari


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

> During Locale verification I observed that
> Incorrect Full Weekday names for ks_IN@devanagari
> Reference is taken from
> http://www.mkraina.com/PDF/3-Self-authored%20Works%20(English)/15.pdf
>
> And kashmiri devanagari travel book and other sources
>
> [BZ #21721]
> 	* locales/ks_IN@devanagari: Full weekday name Fix.
> 	
> Signed-off-by: Akhilesh Kumar <akhilesh.k@samsung.com>
> ---
>  localedata/locales/ks_IN@devanagari | 18 +++++++++++-------
>  1 file changed, 11 insertions(+), 7 deletions(-)
>
> diff --git a/localedata/locales/ks_IN@devanagari b/localedata/locales/ks_IN@devanagari
> index 7245ed1..4b2471b 100644
> --- a/localedata/locales/ks_IN@devanagari
> +++ b/localedata/locales/ks_IN@devanagari
> @@ -72,13 +72,15 @@ abday       "<U0906><U0925><U094D>";/
>              "<U092C><U091F>"
>  %
>  % Full weekday names (%A)
> -day         "<U0906><U0925><U094D><U0935><U093E><U0930><U094D>";/
> -            "<U091A><U0928><U094D><U0926><U094D><U0930><U0935><U093E><U0930><U094D>";/
> -            "<U092C><U094B><U092E><U094D><U0935><U093E><U0930><U094D>";/
> -            "<U092C><U094B><U0918><U0935><U093E><U0930><U094D>";/
> -            "<U092C><U094D><U0930><U0938><U094D><U0935><U093E><U0930><U094D>";/
> -            "<U091C><U0941><U092E><U093E><U0939><U094D>";/
> -            "<U092C><U091F><U0935><U093E><U0930><U094D>"
> +% http://www.mkraina.com/PDF/3-Self-authored%20Works%20(English)/15.pdf
> +% आथवार, चॅ़दुरवार, बोमवार, ब्वदवार, ब्रसवार, शोकुरवार, बटुवार
> +day         "<U0906><U0925><U0935><U093E><U0930>";/
> +            "<U091A><U0945><U093C><U0926><U0941><U0930><U0935><U093E><U0930>";/
> +            "<U092C><U094B><U092E><U0935><U093E><U0930>";/
> +            "<U092C><U094D><U0935><U0926><U0935><U093E><U0930>";/
> +            "<U092C><U094D><U0930><U0938><U0935><U093E><U0930>";/
> +            "<U0936><U094B><U0915><U0941><U0930><U0935><U093E><U0930>";/
> +            "<U092C><U091F><U0941><U0935><U093E><U0930>"
>  %
>  % Abbreviated month names (%b)
>  abmon       "<U091C><U0928><U0935><U0930><U0940>";/
> @@ -136,6 +138,8 @@ END LC_TIME
>  LC_MESSAGES
>  yesexpr "<U005E><U005B><U002B><U0031><U0079><U0059><U005D>"
>  noexpr  "<U005E><U005B><U002D><U0030><U006E><U004E><U005D>"
> +yesstr  "<U0907><U0902><U0928>"
> +nostr   "<U0928>"
>  END LC_MESSAGES

Looks good, I committed this.

-- 
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]