Skip to content

Commit

Permalink
CLDR-16096 Add digits-ordinal rules for Ukrainian (#4192)
Browse files Browse the repository at this point in the history
  • Loading branch information
grhoten authored Dec 17, 2024
1 parent f875031 commit 420a2bf
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions common/rbnf/uk.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-2016 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 @@ -131,8 +132,19 @@ For terms of use, see http://www.unicode.org/copyright.html
</rulesetGrouping>
<rulesetGrouping type="OrdinalRules">
<ruleset type="digits-ordinal">
<rbnfrule value="0">=%digits-ordinal-masculine=;</rbnfrule>
</ruleset>
<ruleset type="digits-ordinal-masculine">
<rbnfrule value="-x">−→→;</rbnfrule>
<rbnfrule value="0">=#,##0=-$(ordinal,few{ій}other{ий})$;</rbnfrule>
</ruleset>
<ruleset type="digits-ordinal-neuter">
<rbnfrule value="-x">−→→;</rbnfrule>
<rbnfrule value="0">=#,##0=-$(ordinal,few{є}other{е})$;</rbnfrule>
</ruleset>
<ruleset type="digits-ordinal-feminine">
<rbnfrule value="-x">−→→;</rbnfrule>
<rbnfrule value="0">=#,##0=;</rbnfrule>
<rbnfrule value="0">=#,##0=-$(ordinal,few{я}other{а})$;</rbnfrule>
</ruleset>
</rulesetGrouping>
</rbnf>
Expand Down

0 comments on commit 420a2bf

Please sign in to comment.