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 0/1] os_RU: Add alternative month names (bug 23140).


On 07/16/2018 05:00 PM, Rafal Luzynski wrote:
> This is not a very critical issue but if we manage to fix this
> and Occitan (to be posted soon) then I will close the bug report
> in this release cycle and call it done.  I think that more changes
> would be good but I am not going to introduce them without any
> positive feedback from the actual users.
> 
> Regarding the Ossetian language we have some disagreement whether
> the month names should be capitalized or not but this patch provides
> the most conservative approach (minimum changes, more can be introduced
> later) and also follows CLDR strictly.
> 
> OK to push this patch for 2.28?
> 

OK for 2.28.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>

> 
> Decoded content:
> 
> diff --git a/localedata/locales/os_RU b/localedata/locales/os_RU
> index fcd72ef..9a4ce03 100644
> --- a/localedata/locales/os_RU
> +++ b/localedata/locales/os_RU
> @@ -116,7 +116,7 @@ abmon   "Янв";/
>  "Ноя";/
>  "Дек"
>  
> -mon     "Январь";/
> +alt_mon "Январь";/
>  "Февраль";/
>  "Мартъи";/
>  "Апрель";/
> @@ -128,6 +128,19 @@ mon     "Январь";/
>  "Октябрь";/
>  "Ноябрь";/
>  "Декабрь"
> +
> +mon     "январы";/
> +"февралы";/
> +"мартъийы";/
> +"апрелы";/
> +"майы";/
> +"июны";/
> +"июлы";/
> +"августы";/
> +"сентябры";/
> +"октябры";/
> +"ноябры";/
> +"декабры"
>  d_t_fmt "%a %d %b %Y %T"
>  d_fmt     "%d.%m.%Y"
>  t_fmt     "%T"
> 


-- 
Cheers,
Carlos.


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