Skip to content

Commit dfb73d8

Browse files
authored
CLDR-19246 Add RBNF spellout rules for Bashkir (#5404)
1 parent e2d0eb3 commit dfb73d8

File tree

1 file changed

+104
-0
lines changed

1 file changed

+104
-0
lines changed

common/rbnf/ba.xml

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
3+
<!--
4+
Copyright © 2026-2026 Unicode, Inc.
5+
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
6+
For terms of use, see http://www.unicode.org/copyright.html
7+
-->
8+
<ldml>
9+
<identity>
10+
<version number="$Revision$"/>
11+
<language type="ba"/>
12+
</identity>
13+
<rbnf>
14+
<rulesetGrouping type="SpelloutRules">
15+
<rbnfRules><![CDATA[
16+
%spellout-numbering-year:
17+
0: =%spellout-numbering=;
18+
%spellout-numbering:
19+
-x: минус >>;
20+
x.x: << бөтөн >%%fractions>;
21+
Inf: сикһеҙлек;
22+
NaN: һан түгел;
23+
0: нуль;
24+
1: бер;
25+
2: ике;
26+
3: өс;
27+
4: дүрт;
28+
5: биш;
29+
6: алты;
30+
7: ете;
31+
8: һигеҙ;
32+
9: туғыҙ;
33+
10: ун[ >>];
34+
20: егерме[ >>];
35+
30: утыҙ[ >>];
36+
40: ҡырҡ[ >>];
37+
50: илле[ >>];
38+
60: алтмыш[ >>];
39+
70: етмеш[ >>];
40+
80: һикһән[ >>];
41+
90: туҡһан[ >>];
42+
100: йөҙ[ >>];
43+
200: << йөҙ[ >>];
44+
1000: мең[ >>];
45+
2000: << мең[ >>];
46+
1000000: миллион[ >>];
47+
2000000: << миллион[ >>];
48+
1000000000: миллиард[ >>];
49+
2000000000: << миллиард[ >>];
50+
1000000000000: триллион[ >>];
51+
2000000000000: << триллион[ >>];
52+
1000000000000000: квадриллион[ >>];
53+
2000000000000000: << квадриллион[ >>];
54+
1000000000000000000: =#,##0=;
55+
%%fractions:
56+
10: ундан <%spellout-numbering<;
57+
100: йөҙҙән <%spellout-numbering<;
58+
1000: меңдән <%spellout-numbering<;
59+
10000: ун меңдән <%spellout-numbering<;
60+
100000: йөҙ меңдән <%spellout-numbering<;
61+
1000000: миллиондан <%spellout-numbering<;
62+
10000000: =#,##0=;
63+
%spellout-cardinal:
64+
0: =%spellout-numbering=;
65+
%spellout-ordinal:
66+
-x: минус >>;
67+
x.x: =#,##0.#=;
68+
0: нуленсе;
69+
1: беренсе;
70+
2: икенсе;
71+
3: өсөнсө;
72+
4: дүртенсе;
73+
5: бишенсе;
74+
6: алтынсы;
75+
7: етенсе;
76+
8: һигеҙенсе;
77+
9: туғыҙынсы;
78+
10: унынсы;
79+
11: ун[ >>|ынсы];
80+
20: егерме[ >>|нсе];
81+
30: утыҙ[ >>|ынсы];
82+
40: ҡырҡ[ >>|ынсы];
83+
50: илле[ >>|нсе];
84+
60: алтмыш[ >>|ынсы];
85+
70: етмеш[ >>|енсе];
86+
80: һикһән[ >>|енсе];
87+
90: туҡһан[ >>|ынсы];
88+
100: йөҙ[ >>|өнсө];
89+
200: <%spellout-numbering< йөҙ[ >>|өнсө];
90+
1000: мең[ >>|енсе];
91+
2000: <%spellout-numbering< мең[ >>|енсе];
92+
1000000: миллион[ >>|ынсы];
93+
2000000: <%spellout-numbering< миллион[ >>|ынсы];
94+
1000000000: миллиард[ >>|ынсы];
95+
2000000000: <%spellout-numbering< миллиард[ >>|ынсы];
96+
1000000000000: триллион[ >>|ынсы];
97+
2000000000000: <%spellout-numbering< триллион[ >>|ынсы];
98+
1000000000000000: квадриллион[ >>|ынсы];
99+
2000000000000000: <%spellout-numbering< квадриллион[ >>|ынсы];
100+
1000000000000000000: =#,##0=;
101+
]]></rbnfRules>
102+
</rulesetGrouping>
103+
</rbnf>
104+
</ldml>

0 commit comments

Comments
 (0)