Skip to content

Commit

Permalink
CLDR-17730 Indonesian RBNF is missing a semicolon for spellout-ordinal (
Browse files Browse the repository at this point in the history
  • Loading branch information
grhoten authored Nov 21, 2024
1 parent 934613d commit a0bc04d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/rbnf/id.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!--
Copyright © 1991-2014 Unicode, Inc.
Copyright © 1991-2024 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
For terms of use, see http://www.unicode.org/copyright.html
-->
Expand Down Expand Up @@ -51,7 +51,7 @@ 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="1">pertama;</rbnfrule>
<rbnfrule value="2">ke=%spellout-cardinal=;</rbnfrule>
</ruleset>
</rulesetGrouping>
Expand Down

0 comments on commit a0bc04d

Please sign in to comment.