aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike FABIAN <mfabian@redhat.com>2017-08-29 13:39:18 +0200
committerMike FABIAN <mfabian@redhat.com>2017-08-29 13:56:41 +0200
commitf11f2f6e145d6fc6b52f6b0733599f8b96595733 (patch)
treec77015519fee5e55c14907348082e82f251203ef
parentf8de9568d81bf47bcc85d2918d529b6cd0b19519 (diff)
Use “,” as mon_decimal_point for ru_RU and os_RU locales (follow CLDR)
[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.
-rw-r--r--localedata/ChangeLog10
-rw-r--r--localedata/locales/os_RU16
-rw-r--r--localedata/locales/ru_RU4
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 <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]
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 "<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
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 "<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