mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Fix p_cs_precedes, n_cs_precedes, and n_sign_posn for mt_MT
Positive Currency Format: €500.00 Negative Currency Format: -€500.00 References: http://www.kunsilltalmalti.gov.mt/filebank/documents/rapportdwarlismijiettalmunitaewropea.pdf, page 7, top right. CLDR has “¤#,##0.00” as the currency format pattern. [BZ #21920] * locales/mt_MT (LC_MONETARY): Fix p_cs_precedes/n_cs_precedes. * locales/mt_MT (LC_MONETARY): Fix n_sign_posn.
This commit is contained in:
parent
39b20aae21
commit
756d169989
@ -1,3 +1,8 @@
|
||||
2017-08-08 Akhilesh Kumar <akhilesh.k@samsung.com>
|
||||
|
||||
[BZ #21920]
|
||||
* locales/mt_MT (LC_MONETARY): Fix p_cs_precedes/n_cs_precedes.
|
||||
|
||||
2017-08-08 Mike FABIAN <mfabian@redhat.com>
|
||||
|
||||
Remove “% Charset: ...” comments from locale sources.
|
||||
|
@ -148,12 +148,12 @@ positive_sign ""
|
||||
negative_sign "<U002D>"
|
||||
int_frac_digits 2
|
||||
frac_digits 2
|
||||
p_cs_precedes 0
|
||||
p_cs_precedes 1
|
||||
p_sep_by_space 0
|
||||
n_cs_precedes 0
|
||||
n_cs_precedes 1
|
||||
n_sep_by_space 0
|
||||
p_sign_posn 1
|
||||
n_sign_posn 0
|
||||
n_sign_posn 1
|
||||
%
|
||||
END LC_MONETARY
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user