mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
Currency symbol should not preceed amount for [BZ #23791]
CLDR also has the currency symbol after the amount for Catalan. Also set grouping in LC_NUMERIC to 3;3. Reviewed-by: Mike FABIAN <mfabian@redhat.com>
This commit is contained in:
parent
b6e7c449f9
commit
fec8bb7ca9
@ -1,3 +1,10 @@
|
||||
2018-10-29 Sergi Almacellas Abellana <sergi@koolpi.com>
|
||||
|
||||
[BZ #23791]
|
||||
* localedata/locales/ca_ES (LC_MONETARY): set p_cs_precedes and
|
||||
n_cs_precedes to 0.
|
||||
* localedata/locales/ca_ES (LC_MONETARY): set grouping to 3;3
|
||||
|
||||
2018-10-29 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* conform/glibcconform.py: Do not import shutil.
|
||||
|
@ -77,9 +77,9 @@ positive_sign ""
|
||||
negative_sign "-"
|
||||
int_frac_digits 2
|
||||
frac_digits 2
|
||||
p_cs_precedes 1
|
||||
p_cs_precedes 0
|
||||
p_sep_by_space 1
|
||||
n_cs_precedes 1
|
||||
n_cs_precedes 0
|
||||
n_sep_by_space 1
|
||||
p_sign_posn 1
|
||||
n_sign_posn 1
|
||||
@ -88,7 +88,7 @@ END LC_MONETARY
|
||||
LC_NUMERIC
|
||||
decimal_point ","
|
||||
thousands_sep "."
|
||||
grouping 0;0
|
||||
grouping 3;3
|
||||
END LC_NUMERIC
|
||||
|
||||
LC_TIME
|
||||
|
Loading…
Reference in New Issue
Block a user