diff mbox

[0/1] os_RU: Add alternative month names (bug 23140).

Message ID 925150040.127523.1531774811625@poczta.nazwa.pl
State New
Headers show

Commit Message

Rafal Luzynski July 16, 2018, 9 p.m. UTC
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?


Decoded content:

Comments

Carlos O'Donell July 17, 2018, 4:59 p.m. UTC | #1
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"
>
diff mbox

Patch

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"