Use “,” as mon_decimal_point for ru_RU and os_RU locales (follow CLDR)
authorMike FABIAN <mfabian@redhat.com>
Tue, 29 Aug 2017 11:39:18 +0000 (13:39 +0200)
committerMike FABIAN <mfabian@redhat.com>
Tue, 29 Aug 2017 11:56:41 +0000 (13:56 +0200)
[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
localedata/locales/os_RU
localedata/locales/ru_RU

index 6b9c107..48775d6 100644 (file)
@@ -1,3 +1,13 @@
+2017-08-29  Mike FABIAN  <mfabian@redhat.com>
+
+       [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 <akhilesh.k@samsung.com>
 
        [BZ #21971]
index 7d8a39a..72b78a5 100644 (file)
@@ -81,21 +81,7 @@ nostr   "<U043D><U04D5><U0439><U044B>"
 END LC_MESSAGES
 
 LC_MONETARY
-int_curr_symbol           "<U0052><U0055><U0042><U0020>"
-currency_symbol           "<U20BD>"
-mon_decimal_point         "<U002E>"
-mon_thousands_sep         "<U202F>"
-mon_grouping              3;3
-positive_sign             ""
-negative_sign             "<U002D>"
-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
index 8f8bb11..c3a3df4 100644 (file)
@@ -86,7 +86,7 @@ END LC_MESSAGES
 LC_MONETARY
 int_curr_symbol           "<U0052><U0055><U0042><U0020>"
 currency_symbol           "<U20BD>"
-mon_decimal_point         "<U002E>"
+mon_decimal_point         ","
 mon_thousands_sep         "<U202F>"
 mon_grouping              3;3
 positive_sign             ""
@@ -102,7 +102,7 @@ n_sign_posn               1
 END LC_MONETARY
 
 LC_NUMERIC
-decimal_point             "<U002C>"
+decimal_point             ","
 thousands_sep             "<U202F>"
 grouping                  3;3
 END LC_NUMERIC