]> sourceware.org Git - glibc.git/commitdiff
locales: et_EE: locale has wrong {p,n}_cs_precedes value [BZ #20459]
authorMärt Põder <tramm@p6drad-teel.net>
Mon, 15 Aug 2016 09:46:21 +0000 (11:46 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 15 Aug 2016 11:20:04 +0000 (13:20 +0200)
According to "Requirements of information technology in Estonian
language and cultural environment" the monetary symbol should be
written after the amount number:

  https://www.evs.ee/products/evs-8-2008

localedata/ChangeLog
localedata/locales/et_EE

index 9aedf5169512ccc3fb0b6496cdffb019755686d9..1ce824d3a53afa49ef720bad2b77293a5dda1b34 100644 (file)
@@ -1,3 +1,10 @@
+2016-08-15  Märt Põder  <tramm@p6drad-teel.net>
+
+       [BZ #20459]
+       * locales/et_EE (n_cs_precedes, p_cs_precedes): Adjust to
+       Requirements of information technology in Estonian language and
+       cultural environment.
+
 2016-08-10  Martin Pitt  <martin.pitt@ubuntu.com>
 
        [BZ #9842]
index 096cdd5fa4a2703ccf1e8beacbec166b414ab14c..83115c69e3372e5d846ef48bc32422bb10b2d119 100644 (file)
@@ -2141,9 +2141,9 @@ positive_sign       ""
 negative_sign       "<U002D>"
 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
This page took 0.054837 seconds and 5 git commands to generate.