From f11f2f6e145d6fc6b52f6b0733599f8b96595733 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 29 Aug 2017 13:39:18 +0200 Subject: Use “,” as mon_decimal_point for ru_RU and os_RU locales (follow CLDR) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [BZ #13805] * locales/ru_RU (LC_MONETARY): Use “,” for mon_decimal_point (to agree with CLDR). * locales/ru_RU (LC_NUMERIC): Write mon_decimal_point in ASCII for readability. * locales/os_RU (LC_MONETARY): Copy from ru_RU, makes it agree with CLDR. --- localedata/ChangeLog | 10 ++++++++++ localedata/locales/os_RU | 16 +--------------- localedata/locales/ru_RU | 4 ++-- 3 files changed, 13 insertions(+), 17 deletions(-) diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 6b9c10752a..48775d66da 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,13 @@ +2017-08-29 Mike FABIAN + + [BZ #13805] + * locales/ru_RU (LC_MONETARY): Use “,” for mon_decimal_point + (to agree with CLDR). + * locales/ru_RU (LC_NUMERIC): Write mon_decimal_point in ASCII + for readability. + * locales/os_RU (LC_MONETARY): Copy from ru_RU, + makes it agree with CLDR. + 2017-08-29 Akhilesh Kumar [BZ #21971] diff --git a/localedata/locales/os_RU b/localedata/locales/os_RU index 7d8a39ace8..72b78a5fee 100644 --- a/localedata/locales/os_RU +++ b/localedata/locales/os_RU @@ -81,21 +81,7 @@ nostr "" END LC_MESSAGES LC_MONETARY -int_curr_symbol "" -currency_symbol "" -mon_decimal_point "" -mon_thousands_sep "" -mon_grouping 3;3 -positive_sign "" -negative_sign "" -int_frac_digits 2 -frac_digits 2 -p_cs_precedes 0 -p_sep_by_space 1 -n_cs_precedes 0 -n_sep_by_space 1 -p_sign_posn 1 -n_sign_posn 1 +copy "ru_RU" END LC_MONETARY LC_NUMERIC diff --git a/localedata/locales/ru_RU b/localedata/locales/ru_RU index 8f8bb116dd..c3a3df4fb0 100644 --- a/localedata/locales/ru_RU +++ b/localedata/locales/ru_RU @@ -86,7 +86,7 @@ END LC_MESSAGES LC_MONETARY int_curr_symbol "" currency_symbol "" -mon_decimal_point "" +mon_decimal_point "," mon_thousands_sep "" mon_grouping 3;3 positive_sign "" @@ -102,7 +102,7 @@ n_sign_posn 1 END LC_MONETARY LC_NUMERIC -decimal_point "" +decimal_point "," thousands_sep "" grouping 3;3 END LC_NUMERIC -- cgit 1.4.1