Skip to content

Commit

Permalink
CLDR-17187 Dutch spell out rule for cardinal 1 needs additional rule (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
grhoten authored Nov 22, 2024
1 parent 36dd376 commit b895643
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions common/rbnf/nl.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!--
Copyright © 1991-2013 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
Expand Down Expand Up @@ -90,6 +91,13 @@ For terms of use, see http://www.unicode.org/copyright.html
<rbnfrule value="1000000000000000">←← biljard[ →→];</rbnfrule>
<rbnfrule value="1000000000000000000">=#,##0=;</rbnfrule>
</ruleset>
<ruleset type="spellout-cardinal-stressed">
<rbnfrule value="-x">min →→;</rbnfrule>
<rbnfrule value="x.x">=%spellout-cardinal=;</rbnfrule>
<rbnfrule value="0">=%spellout-cardinal=;</rbnfrule>
<rbnfrule value="1">één;</rbnfrule>
<rbnfrule value="2">=%spellout-cardinal=;</rbnfrule>
</ruleset>
<ruleset type="ord-ste" access="private">
<rbnfrule value="0">ste;</rbnfrule>
<rbnfrule value="1">­=%spellout-ordinal=;</rbnfrule>
Expand Down

0 comments on commit b895643

Please sign in to comment.