Remove extra space after int_curr_sym
Add "." after currency_sym Replace decimal_point with "," Add " " as thousands_sep
This commit is contained in:
parent
8ad802d82c
commit
1e27833f51
@ -4,13 +4,13 @@
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# int_curr_symbol
|
||||
RUR
|
||||
RUR
|
||||
# currency_symbol
|
||||
ÒÕÂ
|
||||
ÒÕÂ.
|
||||
# mon_decimal_point
|
||||
.
|
||||
,
|
||||
# mon_thousands_sep
|
||||
|
||||
|
||||
# mon_grouping
|
||||
3;3
|
||||
# positive_sign
|
||||
|
Loading…
Reference in New Issue
Block a user