mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
locales: et_EE: locale has wrong {p,n}_cs_precedes value [BZ #20459]
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
This commit is contained in:
parent
3f0eedddbe
commit
89b7dd27ea
@ -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]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user