Skip to content

Commit

Permalink
CLDR-15278 Hindi ordinal spellout rules lack support of oblique case …
Browse files Browse the repository at this point in the history
…feature
  • Loading branch information
grhoten committed Nov 12, 2024
1 parent 94942a8 commit f0cb767
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions common/rbnf/hi.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 @@ -142,6 +143,18 @@ For terms of use, see http://www.unicode.org/copyright.html
<rbnfrule value="6">छठा;</rbnfrule>
<rbnfrule value="7">=%spellout-cardinal=वाँ;</rbnfrule>
</ruleset>
<ruleset type="spellout-ordinal-masculine-oblique">
<rbnfrule value="-x">ऋण →→;</rbnfrule>
<rbnfrule value="x.x">=#,##,##0.0=;</rbnfrule>
<rbnfrule value="0">शून्यवें;</rbnfrule>
<rbnfrule value="1">पहले;</rbnfrule>
<rbnfrule value="2">दूसरे;</rbnfrule>
<rbnfrule value="3">तीसरे;</rbnfrule>
<rbnfrule value="4">चौथे;</rbnfrule>
<rbnfrule value="5">पाँचवें;</rbnfrule>
<rbnfrule value="6">छठे;</rbnfrule>
<rbnfrule value="7">=%spellout-cardinal=वें;</rbnfrule>
</ruleset>
<ruleset type="spellout-ordinal-feminine">
<rbnfrule value="-x">ऋण →→;</rbnfrule>
<rbnfrule value="x.x">=#,##,##0.0=;</rbnfrule>
Expand Down

0 comments on commit f0cb767

Please sign in to comment.