-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
plurals.d.ts
219 lines (218 loc) · 16.3 KB
/
plurals.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
export type PluralCategory = "zero" | "one" | "two" | "few" | "many" | "other";
export const af: (n: number | string, ord?: boolean) => "one" | "other";
export const ak: (n: number | string, ord?: boolean) => "one" | "other";
export const am: (n: number | string, ord?: boolean) => "one" | "other";
export const an: (n: number | string, ord?: boolean) => "one" | "other";
export const ar: (n: number | string, ord?: boolean) => "zero" | "one" | "two" | "few" | "many" | "other";
export const ars: (n: number | string, ord?: boolean) => "zero" | "one" | "two" | "few" | "many" | "other";
export const as: (n: number | string, ord?: boolean) => "one" | "two" | "few" | "many" | "other";
export const asa: (n: number | string, ord?: boolean) => "one" | "other";
export const ast: (n: number | string, ord?: boolean) => "one" | "other";
export const az: (n: number | string, ord?: boolean) => "one" | "few" | "many" | "other";
export const bal: (n: number | string, ord?: boolean) => "one" | "other";
export const be: (n: number | string, ord?: boolean) => "one" | "few" | "many" | "other";
export const bem: (n: number | string, ord?: boolean) => "one" | "other";
export const bez: (n: number | string, ord?: boolean) => "one" | "other";
export const bg: (n: number | string, ord?: boolean) => "one" | "other";
export const bho: (n: number | string, ord?: boolean) => "one" | "other";
export const blo: (n: number | string, ord?: boolean) => "zero" | "one" | "few" | "other";
export const bm: (n: number | string, ord?: boolean) => "other";
export const bn: (n: number | string, ord?: boolean) => "one" | "two" | "few" | "many" | "other";
export const bo: (n: number | string, ord?: boolean) => "other";
export const br: (n: number | string, ord?: boolean) => "one" | "two" | "few" | "many" | "other";
export const brx: (n: number | string, ord?: boolean) => "one" | "other";
export const bs: (n: number | string, ord?: boolean) => "one" | "few" | "other";
export const ca: (n: number | string, ord?: boolean) => "one" | "two" | "few" | "many" | "other";
export const ce: (n: number | string, ord?: boolean) => "one" | "other";
export const ceb: (n: number | string, ord?: boolean) => "one" | "other";
export const cgg: (n: number | string, ord?: boolean) => "one" | "other";
export const chr: (n: number | string, ord?: boolean) => "one" | "other";
export const ckb: (n: number | string, ord?: boolean) => "one" | "other";
export const cs: (n: number | string, ord?: boolean) => "one" | "few" | "many" | "other";
export const cy: (n: number | string, ord?: boolean) => "zero" | "one" | "two" | "few" | "many" | "other";
export const da: (n: number | string, ord?: boolean) => "one" | "other";
export const de: (n: number | string, ord?: boolean) => "one" | "other";
export const doi: (n: number | string, ord?: boolean) => "one" | "other";
export const dsb: (n: number | string, ord?: boolean) => "one" | "two" | "few" | "other";
export const dv: (n: number | string, ord?: boolean) => "one" | "other";
export const dz: (n: number | string, ord?: boolean) => "other";
export const ee: (n: number | string, ord?: boolean) => "one" | "other";
export const el: (n: number | string, ord?: boolean) => "one" | "other";
export const en: (n: number | string, ord?: boolean) => "one" | "two" | "few" | "other";
export const eo: (n: number | string, ord?: boolean) => "one" | "other";
export const es: (n: number | string, ord?: boolean) => "one" | "many" | "other";
export const et: (n: number | string, ord?: boolean) => "one" | "other";
export const eu: (n: number | string, ord?: boolean) => "one" | "other";
export const fa: (n: number | string, ord?: boolean) => "one" | "other";
export const ff: (n: number | string, ord?: boolean) => "one" | "other";
export const fi: (n: number | string, ord?: boolean) => "one" | "other";
export const fil: (n: number | string, ord?: boolean) => "one" | "other";
export const fo: (n: number | string, ord?: boolean) => "one" | "other";
export const fr: (n: number | string, ord?: boolean) => "one" | "many" | "other";
export const fur: (n: number | string, ord?: boolean) => "one" | "other";
export const fy: (n: number | string, ord?: boolean) => "one" | "other";
export const ga: (n: number | string, ord?: boolean) => "one" | "two" | "few" | "many" | "other";
export const gd: (n: number | string, ord?: boolean) => "one" | "two" | "few" | "other";
export const gl: (n: number | string, ord?: boolean) => "one" | "other";
export const gsw: (n: number | string, ord?: boolean) => "one" | "other";
export const gu: (n: number | string, ord?: boolean) => "one" | "two" | "few" | "many" | "other";
export const guw: (n: number | string, ord?: boolean) => "one" | "other";
export const gv: (n: number | string, ord?: boolean) => "one" | "two" | "few" | "many" | "other";
export const ha: (n: number | string, ord?: boolean) => "one" | "other";
export const haw: (n: number | string, ord?: boolean) => "one" | "other";
export const he: (n: number | string, ord?: boolean) => "one" | "two" | "other";
export const hi: (n: number | string, ord?: boolean) => "one" | "two" | "few" | "many" | "other";
export const hnj: (n: number | string, ord?: boolean) => "other";
export const hr: (n: number | string, ord?: boolean) => "one" | "few" | "other";
export const hsb: (n: number | string, ord?: boolean) => "one" | "two" | "few" | "other";
export const hu: (n: number | string, ord?: boolean) => "one" | "other";
export const hy: (n: number | string, ord?: boolean) => "one" | "other";
export const ia: (n: number | string, ord?: boolean) => "one" | "other";
export const id: (n: number | string, ord?: boolean) => "other";
export const ig: (n: number | string, ord?: boolean) => "other";
export const ii: (n: number | string, ord?: boolean) => "other";
export const io: (n: number | string, ord?: boolean) => "one" | "other";
export const is: (n: number | string, ord?: boolean) => "one" | "other";
export const it: (n: number | string, ord?: boolean) => "one" | "many" | "other";
export const iu: (n: number | string, ord?: boolean) => "one" | "two" | "other";
export const ja: (n: number | string, ord?: boolean) => "other";
export const jbo: (n: number | string, ord?: boolean) => "other";
export const jgo: (n: number | string, ord?: boolean) => "one" | "other";
export const jmc: (n: number | string, ord?: boolean) => "one" | "other";
export const jv: (n: number | string, ord?: boolean) => "other";
export const jw: (n: number | string, ord?: boolean) => "other";
export const ka: (n: number | string, ord?: boolean) => "one" | "many" | "other";
export const kab: (n: number | string, ord?: boolean) => "one" | "other";
export const kaj: (n: number | string, ord?: boolean) => "one" | "other";
export const kcg: (n: number | string, ord?: boolean) => "one" | "other";
export const kde: (n: number | string, ord?: boolean) => "other";
export const kea: (n: number | string, ord?: boolean) => "other";
export const kk: (n: number | string, ord?: boolean) => "one" | "many" | "other";
export const kkj: (n: number | string, ord?: boolean) => "one" | "other";
export const kl: (n: number | string, ord?: boolean) => "one" | "other";
export const km: (n: number | string, ord?: boolean) => "other";
export const kn: (n: number | string, ord?: boolean) => "one" | "other";
export const ko: (n: number | string, ord?: boolean) => "other";
export const ks: (n: number | string, ord?: boolean) => "one" | "other";
export const ksb: (n: number | string, ord?: boolean) => "one" | "other";
export const ksh: (n: number | string, ord?: boolean) => "zero" | "one" | "other";
export const ku: (n: number | string, ord?: boolean) => "one" | "other";
export const kw: (n: number | string, ord?: boolean) => "zero" | "one" | "two" | "few" | "many" | "other";
export const ky: (n: number | string, ord?: boolean) => "one" | "other";
export const lag: (n: number | string, ord?: boolean) => "zero" | "one" | "other";
export const lb: (n: number | string, ord?: boolean) => "one" | "other";
export const lg: (n: number | string, ord?: boolean) => "one" | "other";
export const lij: (n: number | string, ord?: boolean) => "one" | "many" | "other";
export const lkt: (n: number | string, ord?: boolean) => "other";
export const ln: (n: number | string, ord?: boolean) => "one" | "other";
export const lo: (n: number | string, ord?: boolean) => "one" | "other";
export const lt: (n: number | string, ord?: boolean) => "one" | "few" | "many" | "other";
export const lv: (n: number | string, ord?: boolean) => "zero" | "one" | "other";
export const mas: (n: number | string, ord?: boolean) => "one" | "other";
export const mg: (n: number | string, ord?: boolean) => "one" | "other";
export const mgo: (n: number | string, ord?: boolean) => "one" | "other";
export const mk: (n: number | string, ord?: boolean) => "one" | "two" | "many" | "other";
export const ml: (n: number | string, ord?: boolean) => "one" | "other";
export const mn: (n: number | string, ord?: boolean) => "one" | "other";
export const mo: (n: number | string, ord?: boolean) => "one" | "few" | "other";
export const mr: (n: number | string, ord?: boolean) => "one" | "two" | "few" | "other";
export const ms: (n: number | string, ord?: boolean) => "one" | "other";
export const mt: (n: number | string, ord?: boolean) => "one" | "two" | "few" | "many" | "other";
export const my: (n: number | string, ord?: boolean) => "other";
export const nah: (n: number | string, ord?: boolean) => "one" | "other";
export const naq: (n: number | string, ord?: boolean) => "one" | "two" | "other";
export const nb: (n: number | string, ord?: boolean) => "one" | "other";
export const nd: (n: number | string, ord?: boolean) => "one" | "other";
export const ne: (n: number | string, ord?: boolean) => "one" | "other";
export const nl: (n: number | string, ord?: boolean) => "one" | "other";
export const nn: (n: number | string, ord?: boolean) => "one" | "other";
export const nnh: (n: number | string, ord?: boolean) => "one" | "other";
export const no: (n: number | string, ord?: boolean) => "one" | "other";
export const nqo: (n: number | string, ord?: boolean) => "other";
export const nr: (n: number | string, ord?: boolean) => "one" | "other";
export const nso: (n: number | string, ord?: boolean) => "one" | "other";
export const ny: (n: number | string, ord?: boolean) => "one" | "other";
export const nyn: (n: number | string, ord?: boolean) => "one" | "other";
export const om: (n: number | string, ord?: boolean) => "one" | "other";
export const or: (n: number | string, ord?: boolean) => "one" | "two" | "few" | "many" | "other";
export const os: (n: number | string, ord?: boolean) => "one" | "other";
export const osa: (n: number | string, ord?: boolean) => "other";
export const pa: (n: number | string, ord?: boolean) => "one" | "other";
export const pap: (n: number | string, ord?: boolean) => "one" | "other";
export const pcm: (n: number | string, ord?: boolean) => "one" | "other";
export const pl: (n: number | string, ord?: boolean) => "one" | "few" | "many" | "other";
export const prg: (n: number | string, ord?: boolean) => "zero" | "one" | "other";
export const ps: (n: number | string, ord?: boolean) => "one" | "other";
export const pt: (n: number | string, ord?: boolean) => "one" | "many" | "other";
export const pt_PT: (n: number | string, ord?: boolean) => "one" | "many" | "other";
export const rm: (n: number | string, ord?: boolean) => "one" | "other";
export const ro: (n: number | string, ord?: boolean) => "one" | "few" | "other";
export const rof: (n: number | string, ord?: boolean) => "one" | "other";
export const ru: (n: number | string, ord?: boolean) => "one" | "few" | "many" | "other";
export const rwk: (n: number | string, ord?: boolean) => "one" | "other";
export const sah: (n: number | string, ord?: boolean) => "other";
export const saq: (n: number | string, ord?: boolean) => "one" | "other";
export const sat: (n: number | string, ord?: boolean) => "one" | "two" | "other";
export const sc: (n: number | string, ord?: boolean) => "one" | "many" | "other";
export const scn: (n: number | string, ord?: boolean) => "one" | "many" | "other";
export const sd: (n: number | string, ord?: boolean) => "one" | "other";
export const sdh: (n: number | string, ord?: boolean) => "one" | "other";
export const se: (n: number | string, ord?: boolean) => "one" | "two" | "other";
export const seh: (n: number | string, ord?: boolean) => "one" | "other";
export const ses: (n: number | string, ord?: boolean) => "other";
export const sg: (n: number | string, ord?: boolean) => "other";
export const sh: (n: number | string, ord?: boolean) => "one" | "few" | "other";
export const shi: (n: number | string, ord?: boolean) => "one" | "few" | "other";
export const si: (n: number | string, ord?: boolean) => "one" | "other";
export const sk: (n: number | string, ord?: boolean) => "one" | "few" | "many" | "other";
export const sl: (n: number | string, ord?: boolean) => "one" | "two" | "few" | "other";
export const sma: (n: number | string, ord?: boolean) => "one" | "two" | "other";
export const smi: (n: number | string, ord?: boolean) => "one" | "two" | "other";
export const smj: (n: number | string, ord?: boolean) => "one" | "two" | "other";
export const smn: (n: number | string, ord?: boolean) => "one" | "two" | "other";
export const sms: (n: number | string, ord?: boolean) => "one" | "two" | "other";
export const sn: (n: number | string, ord?: boolean) => "one" | "other";
export const so: (n: number | string, ord?: boolean) => "one" | "other";
export const sq: (n: number | string, ord?: boolean) => "one" | "many" | "other";
export const sr: (n: number | string, ord?: boolean) => "one" | "few" | "other";
export const ss: (n: number | string, ord?: boolean) => "one" | "other";
export const ssy: (n: number | string, ord?: boolean) => "one" | "other";
export const st: (n: number | string, ord?: boolean) => "one" | "other";
export const su: (n: number | string, ord?: boolean) => "other";
export const sv: (n: number | string, ord?: boolean) => "one" | "other";
export const sw: (n: number | string, ord?: boolean) => "one" | "other";
export const syr: (n: number | string, ord?: boolean) => "one" | "other";
export const ta: (n: number | string, ord?: boolean) => "one" | "other";
export const te: (n: number | string, ord?: boolean) => "one" | "other";
export const teo: (n: number | string, ord?: boolean) => "one" | "other";
export const th: (n: number | string, ord?: boolean) => "other";
export const ti: (n: number | string, ord?: boolean) => "one" | "other";
export const tig: (n: number | string, ord?: boolean) => "one" | "other";
export const tk: (n: number | string, ord?: boolean) => "one" | "few" | "other";
export const tl: (n: number | string, ord?: boolean) => "one" | "other";
export const tn: (n: number | string, ord?: boolean) => "one" | "other";
export const to: (n: number | string, ord?: boolean) => "other";
export const tpi: (n: number | string, ord?: boolean) => "other";
export const tr: (n: number | string, ord?: boolean) => "one" | "other";
export const ts: (n: number | string, ord?: boolean) => "one" | "other";
export const tzm: (n: number | string, ord?: boolean) => "one" | "other";
export const ug: (n: number | string, ord?: boolean) => "one" | "other";
export const uk: (n: number | string, ord?: boolean) => "one" | "few" | "many" | "other";
export const und: (n: number | string, ord?: boolean) => "other";
export const ur: (n: number | string, ord?: boolean) => "one" | "other";
export const uz: (n: number | string, ord?: boolean) => "one" | "other";
export const ve: (n: number | string, ord?: boolean) => "one" | "other";
export const vec: (n: number | string, ord?: boolean) => "one" | "many" | "other";
export const vi: (n: number | string, ord?: boolean) => "one" | "other";
export const vo: (n: number | string, ord?: boolean) => "one" | "other";
export const vun: (n: number | string, ord?: boolean) => "one" | "other";
export const wa: (n: number | string, ord?: boolean) => "one" | "other";
export const wae: (n: number | string, ord?: boolean) => "one" | "other";
export const wo: (n: number | string, ord?: boolean) => "other";
export const xh: (n: number | string, ord?: boolean) => "one" | "other";
export const xog: (n: number | string, ord?: boolean) => "one" | "other";
export const yi: (n: number | string, ord?: boolean) => "one" | "other";
export const yo: (n: number | string, ord?: boolean) => "other";
export const yue: (n: number | string, ord?: boolean) => "other";
export const zh: (n: number | string, ord?: boolean) => "other";
export const zu: (n: number | string, ord?: boolean) => "one" | "other";