ranges.d.ts 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. export type PluralCategory = "zero" | "one" | "two" | "few" | "many" | "other";
  2. export const af: (start: PluralCategory, end: PluralCategory) => "other";
  3. export const ak: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  4. export const am: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  5. export const an: (start: PluralCategory, end: PluralCategory) => "other";
  6. export const ar: (start: PluralCategory, end: PluralCategory) => "zero" | "few" | "many" | "other";
  7. export const as: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  8. export const az: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  9. export const be: (start: PluralCategory, end: PluralCategory) => "one" | "few" | "many" | "other";
  10. export const bg: (start: PluralCategory, end: PluralCategory) => "other";
  11. export const bn: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  12. export const bs: (start: PluralCategory, end: PluralCategory) => "one" | "few" | "other";
  13. export const ca: (start: PluralCategory, end: PluralCategory) => "other";
  14. export const cs: (start: PluralCategory, end: PluralCategory) => "one" | "few" | "many" | "other";
  15. export const cy: (start: PluralCategory, end: PluralCategory) => "one" | "two" | "few" | "many" | "other";
  16. export const da: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  17. export const de: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  18. export const el: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  19. export const en: (start: PluralCategory, end: PluralCategory) => "other";
  20. export const es: (start: PluralCategory, end: PluralCategory) => "other";
  21. export const et: (start: PluralCategory, end: PluralCategory) => "other";
  22. export const eu: (start: PluralCategory, end: PluralCategory) => "other";
  23. export const fa: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  24. export const fi: (start: PluralCategory, end: PluralCategory) => "other";
  25. export const fil: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  26. export const fr: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  27. export const ga: (start: PluralCategory, end: PluralCategory) => "one" | "two" | "few" | "many" | "other";
  28. export const gl: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  29. export const gsw: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  30. export const gu: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  31. export const he: (start: PluralCategory, end: PluralCategory) => "other";
  32. export const hi: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  33. export const hr: (start: PluralCategory, end: PluralCategory) => "one" | "few" | "other";
  34. export const hu: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  35. export const hy: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  36. export const ia: (start: PluralCategory, end: PluralCategory) => "other";
  37. export const id: (start: PluralCategory, end: PluralCategory) => "other";
  38. export const io: (start: PluralCategory, end: PluralCategory) => "other";
  39. export const is: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  40. export const it: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  41. export const ja: (start: PluralCategory, end: PluralCategory) => "other";
  42. export const ka: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  43. export const kk: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  44. export const km: (start: PluralCategory, end: PluralCategory) => "other";
  45. export const kn: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  46. export const ko: (start: PluralCategory, end: PluralCategory) => "other";
  47. export const ky: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  48. export const lij: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  49. export const lo: (start: PluralCategory, end: PluralCategory) => "other";
  50. export const lt: (start: PluralCategory, end: PluralCategory) => "one" | "few" | "many" | "other";
  51. export const lv: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  52. export const mk: (start: PluralCategory, end: PluralCategory) => "other";
  53. export const ml: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  54. export const mn: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  55. export const mr: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  56. export const ms: (start: PluralCategory, end: PluralCategory) => "other";
  57. export const my: (start: PluralCategory, end: PluralCategory) => "other";
  58. export const nb: (start: PluralCategory, end: PluralCategory) => "other";
  59. export const ne: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  60. export const nl: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  61. export const no: (start: PluralCategory, end: PluralCategory) => "other";
  62. export const or: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  63. export const pa: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  64. export const pcm: (start: PluralCategory, end: PluralCategory) => "other";
  65. export const pl: (start: PluralCategory, end: PluralCategory) => "one" | "few" | "many" | "other";
  66. export const ps: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  67. export const pt: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  68. export const ro: (start: PluralCategory, end: PluralCategory) => "few" | "other";
  69. export const ru: (start: PluralCategory, end: PluralCategory) => "one" | "few" | "many" | "other";
  70. export const sc: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  71. export const scn: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  72. export const sd: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  73. export const si: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  74. export const sk: (start: PluralCategory, end: PluralCategory) => "one" | "few" | "many" | "other";
  75. export const sl: (start: PluralCategory, end: PluralCategory) => "two" | "few" | "other";
  76. export const sq: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  77. export const sr: (start: PluralCategory, end: PluralCategory) => "one" | "few" | "other";
  78. export const sv: (start: PluralCategory, end: PluralCategory) => "other";
  79. export const sw: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  80. export const ta: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  81. export const te: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  82. export const th: (start: PluralCategory, end: PluralCategory) => "other";
  83. export const tk: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  84. export const tr: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  85. export const ug: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  86. export const uk: (start: PluralCategory, end: PluralCategory) => "one" | "few" | "many" | "other";
  87. export const ur: (start: PluralCategory, end: PluralCategory) => "other";
  88. export const uz: (start: PluralCategory, end: PluralCategory) => "one" | "other";
  89. export const vi: (start: PluralCategory, end: PluralCategory) => "other";
  90. export const yue: (start: PluralCategory, end: PluralCategory) => "other";
  91. export const zh: (start: PluralCategory, end: PluralCategory) => "other";
  92. export const zu: (start: PluralCategory, end: PluralCategory) => "one" | "other";