Raw.LangPackStringPluralized

Raw.LangPackStringPluralized

A language pack string which has different forms based on the number of some object it mentions. see https://www.unicode.org/cldr/charts/latest/supplemental/languagePluralRules.html for more info

langPackStringPluralized#6c47ac9f flags:# key:string zero_value:flags.0?string one_value:flags.1?string two_value:flags.2?string few_value:flags.3?string many_value:flags.4?string other_value:string = LangPackString;
export namespace Raw {
  export class LangPackStringPluralized {
    constructor(params: {
      key: string;
      zeroValue?: string;
      oneValue?: string;
      twoValue?: string;
      fewValue?: string;
      manyValue?: string;
      otherValue: string;
    }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x6c47ac9f

Property