sl_SI locale: Use "." as the thousands separator (bug 25233)

This is correct according to CLDR [1] and Florian Weimer's quick
research. [2]

[1] https://st.unicode.org/cldr-apps/v#/sl/Symbols/
[2] https://sourceware.org/bugzilla/show_bug.cgi?id=25233#c0

Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
This commit is contained in:
Rafał Lużyński 2020-01-03 12:11:20 +01:00
parent d006e84d5d
commit 135540285c
1 changed files with 2 additions and 2 deletions

View File

@ -2134,7 +2134,7 @@ LC_MONETARY
int_curr_symbol "EUR "
currency_symbol "<U20AC>"
mon_decimal_point ","
mon_thousands_sep "<U202F>"
mon_thousands_sep "."
mon_grouping 3;3
positive_sign ""
negative_sign "-"
@ -2150,7 +2150,7 @@ END LC_MONETARY
LC_NUMERIC
decimal_point ","
thousands_sep "<U202F>"
thousands_sep "."
grouping 0;0
END LC_NUMERIC