Commit e683bb5d by halweg

fix es

parent 2801bbfe
...@@ -3537,8 +3537,8 @@ For terms of use, see http://www.unicode.org/copyright.html ...@@ -3537,8 +3537,8 @@ For terms of use, see http://www.unicode.org/copyright.html
</dates> </dates>
<numbers> <numbers>
<symbols numberSystem="latn"> <symbols numberSystem="latn">
<decimal>,</decimal> <decimal>.</decimal>
<group>.</group> <group>,</group>
<list>;</list> <list>;</list>
<percentSign>%</percentSign> <percentSign>%</percentSign>
<plusSign>+</plusSign> <plusSign>+</plusSign>
...@@ -3629,10 +3629,10 @@ For terms of use, see http://www.unicode.org/copyright.html ...@@ -3629,10 +3629,10 @@ For terms of use, see http://www.unicode.org/copyright.html
<currencyFormats numberSystem="latn"> <currencyFormats numberSystem="latn">
<currencyFormatLength> <currencyFormatLength>
<currencyFormat type="standard"> <currencyFormat type="standard">
<pattern>#,##0.00 ¤</pattern> <pattern>¤ #,##0.00</pattern>
</currencyFormat> </currencyFormat>
<currencyFormat type="accounting"> <currencyFormat type="accounting">
<pattern>#,##0.00 ¤</pattern> <pattern>¤ #,##0.00</pattern>
</currencyFormat> </currencyFormat>
</currencyFormatLength> </currencyFormatLength>
<unitPattern count="one">{0} {1}</unitPattern> <unitPattern count="one">{0} {1}</unitPattern>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment