Skip to content

Commit

Permalink
CLDR-15456 Currency: SLL should have 0 digits (#1830)
Browse files Browse the repository at this point in the history
- SLL on the ground does not use subunits per @roozbehp 
- partial revert of c2c9723 (#1825)
  • Loading branch information
srl295 authored Mar 23, 2022
1 parent 5349589 commit 4b764af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/supplemental/supplementalData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<info iso4217="RWF" digits="0" rounding="0"/>
<info iso4217="SEK" digits="2" rounding="0" cashDigits="0" cashRounding="0"/>
<info iso4217="SLE" digits="2" rounding="0"/>
<info iso4217="SLL" digits="2" rounding="0"/>
<info iso4217="SLL" digits="0" rounding="0"/>
<info iso4217="SOS" digits="0" rounding="0"/>
<info iso4217="STD" digits="0" rounding="0"/>
<info iso4217="SYP" digits="0" rounding="0"/>
Expand Down

0 comments on commit 4b764af

Please sign in to comment.