summaryrefslogtreecommitdiff
path: root/localedata
diff options
context:
space:
mode:
authorRafał Lużyński <digitalfreak@lingonborough.com>2020-01-03 12:11:20 +0100
committerRafał Lużyński <digitalfreak@lingonborough.com>2020-01-08 00:13:48 +0100
commit135540285cb44f820dac41c2b95531db33658f9f (patch)
tree78012a22e1d3fe4784122da755230faa1f7749b6 /localedata
parentd006e84d5df24c9da1c71fe57790626d44deaeed (diff)
downloadglibc-135540285cb44f820dac41c2b95531db33658f9f.tar.gz
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>
Diffstat (limited to 'localedata')
-rw-r--r--localedata/locales/sl_SI4
1 files changed, 2 insertions, 2 deletions
diff --git a/localedata/locales/sl_SI b/localedata/locales/sl_SI
index 8e290175ba..3c15937801 100644
--- a/localedata/locales/sl_SI
+++ b/localedata/locales/sl_SI
@@ -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