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.
This commit is contained in:
Mike FABIAN 2017-08-29 13:39:18 +02:00
parent f8de9568d8
commit f11f2f6e14
3 changed files with 13 additions and 17 deletions

View 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]

View 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

View 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