Skip to content

Commit e2693f0

Browse files
author
Oleksii Korshenko
authored
Merge pull request #9 from barbanet/master
Fix es_* locales issues with number validation
2 parents 7ab560e + 7bb1ff2 commit e2693f0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

library/Zend/Locale/Data/es_419.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,11 @@ For terms of use, see http://www.unicode.org/copyright.html
191191
<group>,</group>
192192
</symbols>
193193
<decimalFormats numberSystem="latn">
194+
<decimalFormatLength>
195+
<decimalFormat>
196+
<pattern>#,##0.###</pattern>
197+
</decimalFormat>
198+
</decimalFormatLength>
194199
<decimalFormatLength type="short">
195200
<decimalFormat>
196201
<pattern type="1000" count="one" draft="contributed">0</pattern>

0 commit comments

Comments
 (0)