Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/intl/icu_capi/bindings/js/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 510 B image not shown  

Quelle  ICU4XPluralCategory.mjs   Sprache: unbekannt

 
import wasm from "./diplomat-wasm.mjs"
import * as diplomatRuntime from "./diplomat-runtime.mjs"

export const ICU4XPluralCategory_js_to_rust = {
  "Zero": 0,
  "One": 1,
  "Two": 2,
  "Few": 3,
  "Many": 4,
  "Other": 5,
};

export const ICU4XPluralCategory_rust_to_js = {
  [0]: "Zero",
  [1]: "One",
  [2]: "Two",
  [3]: "Few",
  [4]: "Many",
  [5]: "Other",
};

export const ICU4XPluralCategory = {
  "Zero": "Zero",
  "One": "One",
  "Two": "Two",
  "Few": "Few",
  "Many": "Many",
  "Other": "Other",
};

[ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet)  ]