diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | localedata/locales/hr_HR | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2018-04-23 Dragan Stanojevic - Nevidljivi <invisible@hidden-city.net> + + [BZ #23094] + * localedata/locales/hr_HR: fix thousands_sep and + mon_thousands_sep + 2018-04-20 Joseph Myers <joseph@codesourcery.com> * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_MISC] diff --git a/localedata/locales/hr_HR b/localedata/locales/hr_HR index 64c8d72..029a379 100644 --- a/localedata/locales/hr_HR +++ b/localedata/locales/hr_HR @@ -174,7 +174,7 @@ LC_MONETARY int_curr_symbol "HRK " currency_symbol "kn" mon_decimal_point "," -mon_thousands_sep "<U202F>" +mon_thousands_sep "." mon_grouping 3;3 positive_sign "" negative_sign "-" @@ -192,7 +192,7 @@ END LC_MONETARY LC_NUMERIC decimal_point "," -thousands_sep "<U202F>" +thousands_sep "." grouping 3;3 END LC_NUMERIC |