Skip to content

Commit

Permalink
CLDR-17350 Fix Indonesian RBNF rules (unicode-org#3491)
Browse files Browse the repository at this point in the history
  • Loading branch information
grhoten authored Feb 2, 2024
1 parent 989104a commit 6b37652
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion common/rbnf/id.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ For terms of use, see http://www.unicode.org/copyright.html
<ruleset type="spellout-cardinal">
<rbnfrule value="-x">negatif →→;</rbnfrule>
<rbnfrule value="x.x">←← titik →→;</rbnfrule>
<rbnfrule value="0">kosong;</rbnfrule>
<rbnfrule value="x,x">←← koma →→;</rbnfrule>
<rbnfrule value="0">nol;</rbnfrule>
<rbnfrule value="1">satu;</rbnfrule>
<rbnfrule value="2">dua;</rbnfrule>
<rbnfrule value="3">tiga;</rbnfrule>
Expand Down Expand Up @@ -50,6 +51,8 @@ For terms of use, see http://www.unicode.org/copyright.html
<rbnfrule value="-x">negatif →→;</rbnfrule>
<rbnfrule value="x.x">=#,##0.#=;</rbnfrule>
<rbnfrule value="0">ke=%spellout-cardinal=;</rbnfrule>
<rbnfrule value="1">pertama</rbnfrule>
<rbnfrule value="2">ke=%spellout-cardinal=;</rbnfrule>
</ruleset>
</rulesetGrouping>
<rulesetGrouping type="OrdinalRules">
Expand Down

0 comments on commit 6b37652

Please sign in to comment.