mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
hr_HR locale: fix thousands_sep and mon_thousands_sep
[BZ #23094] * localedata/locales/hr_HR: fix thousands_sep and mon_thousands_sep
This commit is contained in:
parent
573963e32f
commit
ea76691a75
@ -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>
|
2018-04-20 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_MISC]
|
* sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_MISC]
|
||||||
|
@ -174,7 +174,7 @@ LC_MONETARY
|
|||||||
int_curr_symbol "HRK "
|
int_curr_symbol "HRK "
|
||||||
currency_symbol "kn"
|
currency_symbol "kn"
|
||||||
mon_decimal_point ","
|
mon_decimal_point ","
|
||||||
mon_thousands_sep "<U202F>"
|
mon_thousands_sep "."
|
||||||
mon_grouping 3;3
|
mon_grouping 3;3
|
||||||
positive_sign ""
|
positive_sign ""
|
||||||
negative_sign "-"
|
negative_sign "-"
|
||||||
@ -192,7 +192,7 @@ END LC_MONETARY
|
|||||||
|
|
||||||
LC_NUMERIC
|
LC_NUMERIC
|
||||||
decimal_point ","
|
decimal_point ","
|
||||||
thousands_sep "<U202F>"
|
thousands_sep "."
|
||||||
grouping 3;3
|
grouping 3;3
|
||||||
END LC_NUMERIC
|
END LC_NUMERIC
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user