Fix p_cs_precedes, n_cs_precedes, and n_sign_posn for mt_MT
authorAkhilesh Kumar <akhilesh.k@samsung.com>
Tue, 8 Aug 2017 05:51:38 +0000 (11:21 +0530)
committerMike FABIAN <mfabian@redhat.com>
Wed, 9 Aug 2017 09:02:03 +0000 (11:02 +0200)
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.

localedata/ChangeLog
localedata/locales/mt_MT

index 08cdd40..879b6c4 100644 (file)
@@ -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.
index dd0ab3c..087add7 100644 (file)
@@ -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