export type PluralCategory = "zero" | "one" | "two" | "few" | "many" | "other"; export const af: (n: number | string) => "other"; export const am: (n: number | string) => "other"; export const an: (n: number | string) => "other"; export const ar: (n: number | string) => "other"; export const as: (n: number | string) => "one" | "two" | "few" | "many" | "other"; export const ast: (n: number | string) => "other"; export const az: (n: number | string) => "one" | "few" | "many" | "other"; export const bal: (n: number | string) => "one" | "other"; export const be: (n: number | string) => "few" | "other"; export const bg: (n: number | string) => "other"; export const bn: (n: number | string) => "one" | "two" | "few" | "many" | "other"; export const bs: (n: number | string) => "other"; export const ca: (n: number | string) => "one" | "two" | "few" | "other"; export const ce: (n: number | string) => "other"; export const cs: (n: number | string) => "other"; export const cy: (n: number | string) => "zero" | "one" | "two" | "few" | "many" | "other"; export const da: (n: number | string) => "other"; export const de: (n: number | string) => "other"; export const dsb: (n: number | string) => "other"; export const el: (n: number | string) => "other"; export const en: (n: number | string) => "one" | "two" | "few" | "other"; export const es: (n: number | string) => "other"; export const et: (n: number | string) => "other"; export const eu: (n: number | string) => "other"; export const fa: (n: number | string) => "other"; export const fi: (n: number | string) => "other"; export const fil: (n: number | string) => "one" | "other"; export const fr: (n: number | string) => "one" | "other"; export const fy: (n: number | string) => "other"; export const ga: (n: number | string) => "one" | "other"; export const gd: (n: number | string) => "one" | "two" | "few" | "other"; export const gl: (n: number | string) => "other"; export const gsw: (n: number | string) => "other"; export const gu: (n: number | string) => "one" | "two" | "few" | "many" | "other"; export const he: (n: number | string) => "other"; export const hi: (n: number | string) => "one" | "two" | "few" | "many" | "other"; export const hr: (n: number | string) => "other"; export const hsb: (n: number | string) => "other"; export const hu: (n: number | string) => "one" | "other"; export const hy: (n: number | string) => "one" | "other"; export const ia: (n: number | string) => "other"; export const id: (n: number | string) => "other"; export const is: (n: number | string) => "other"; export const it: (n: number | string) => "many" | "other"; export const ja: (n: number | string) => "other"; export const ka: (n: number | string) => "one" | "many" | "other"; export const kk: (n: number | string) => "many" | "other"; export const km: (n: number | string) => "other"; export const kn: (n: number | string) => "other"; export const ko: (n: number | string) => "other"; export const kw: (n: number | string) => "one" | "many" | "other"; export const ky: (n: number | string) => "other"; export const lij: (n: number | string) => "many" | "other"; export const lo: (n: number | string) => "one" | "other"; export const lt: (n: number | string) => "other"; export const lv: (n: number | string) => "other"; export const mk: (n: number | string) => "one" | "two" | "many" | "other"; export const ml: (n: number | string) => "other"; export const mn: (n: number | string) => "other"; export const mo: (n: number | string) => "one" | "other"; export const mr: (n: number | string) => "one" | "two" | "few" | "other"; export const ms: (n: number | string) => "one" | "other"; export const my: (n: number | string) => "other"; export const nb: (n: number | string) => "other"; export const ne: (n: number | string) => "one" | "other"; export const nl: (n: number | string) => "other"; export const no: (n: number | string) => "other"; export const or: (n: number | string) => "one" | "two" | "few" | "many" | "other"; export const pa: (n: number | string) => "other"; export const pl: (n: number | string) => "other"; export const prg: (n: number | string) => "other"; export const ps: (n: number | string) => "other"; export const pt: (n: number | string) => "other"; export const ro: (n: number | string) => "one" | "other"; export const ru: (n: number | string) => "other"; export const sc: (n: number | string) => "many" | "other"; export const scn: (n: number | string) => "many" | "other"; export const sd: (n: number | string) => "other"; export const sh: (n: number | string) => "other"; export const si: (n: number | string) => "other"; export const sk: (n: number | string) => "other"; export const sl: (n: number | string) => "other"; export const sq: (n: number | string) => "one" | "many" | "other"; export const sr: (n: number | string) => "other"; export const sv: (n: number | string) => "one" | "other"; export const sw: (n: number | string) => "other"; export const ta: (n: number | string) => "other"; export const te: (n: number | string) => "other"; export const th: (n: number | string) => "other"; export const tk: (n: number | string) => "few" | "other"; export const tl: (n: number | string) => "one" | "other"; export const tpi: (n: number | string) => "other"; export const tr: (n: number | string) => "other"; export const uk: (n: number | string) => "few" | "other"; export const und: (n: number | string) => "other"; export const ur: (n: number | string) => "other"; export const uz: (n: number | string) => "other"; export const vec: (n: number | string) => "many" | "other"; export const vi: (n: number | string) => "one" | "other"; export const yue: (n: number | string) => "other"; export const zh: (n: number | string) => "other"; export const zu: (n: number | string) => "other";