Skip to content

Commit b895643

Browse files
authored
CLDR-17187 Dutch spell out rule for cardinal 1 needs additional rule (#4186)
1 parent 36dd376 commit b895643

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

common/rbnf/nl.xml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
33
<!--
4-
Copyright © 1991-2013 Unicode, Inc.
5-
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
4+
Copyright © 1991-2024 Unicode, Inc.
65
For terms of use, see http://www.unicode.org/copyright.html
6+
SPDX-License-Identifier: Unicode-DFS-2016
7+
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
78
-->
89
<ldml>
910
<identity>
@@ -90,6 +91,13 @@ For terms of use, see http://www.unicode.org/copyright.html
9091
<rbnfrule value="1000000000000000">←← biljard[ →→];</rbnfrule>
9192
<rbnfrule value="1000000000000000000">=#,##0=;</rbnfrule>
9293
</ruleset>
94+
<ruleset type="spellout-cardinal-stressed">
95+
<rbnfrule value="-x">min →→;</rbnfrule>
96+
<rbnfrule value="x.x">=%spellout-cardinal=;</rbnfrule>
97+
<rbnfrule value="0">=%spellout-cardinal=;</rbnfrule>
98+
<rbnfrule value="1">één;</rbnfrule>
99+
<rbnfrule value="2">=%spellout-cardinal=;</rbnfrule>
100+
</ruleset>
93101
<ruleset type="ord-ste" access="private">
94102
<rbnfrule value="0">ste;</rbnfrule>
95103
<rbnfrule value="1">­=%spellout-ordinal=;</rbnfrule>

0 commit comments

Comments
 (0)