diff mbox series

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

Message ID 1916116025.682367.1578050629547@poczta.nazwa.pl
State New
Headers show
Series sl_SI locale: Use "." as the thousands separator (bug 25233) | expand

Commit Message

Rafal Luzynski Jan. 3, 2020, 11:23 a.m. UTC
The patch is trivial but as we are in the (slushy) freeze period
the question is: Is it OK to commit today/tonight?  Siddhesh?

Regards,

Rafal

---------------------------8<---------------------------

From: =?UTF-8?q?Rafa=C5=82=20Lu=C5=BCy=C5=84ski?=
 <digitalfreak@lingonborough.com>
Date: Fri, 3 Jan 2020 12:11:20 +0100

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
---
 localedata/locales/sl_SI | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Siddhesh Poyarekar Jan. 6, 2020, 3:07 p.m. UTC | #1
On 03/01/20 4:53 pm, Rafal Luzynski wrote:
> The patch is trivial but as we are in the (slushy) freeze period
> the question is: Is it OK to commit today/tonight?  Siddhesh?
> 
> Regards,
> 
> Rafal
> 

This is fine.

Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Rafal Luzynski Jan. 7, 2020, 11:20 p.m. UTC | #2
6.01.2020 16:07 Siddhesh Poyarekar <siddhesh@gotplt.org> wrote:
> [...]
> This is fine.
> 
> Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>

Thank you, it's been pushed now.

Regards,

Rafal
diff mbox series

Patch

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