Optional
index: number | "random"Readonly
argsReadonly
idReadonly
isReadonly
reformattersStatic
sectionStatic
configRest
...args: TranslationArg[]Rest
...args: any[]Rest
...reformatters: (Falsy | default | ((sections: IStringSection[]) => IStringSection[]))[]Rest
...reformatters: (Falsy | default | ((sections: IStringSection[]) => IStringSection[]))[]Sets what this translation will return if there is no translation.
Optional
failWith: string | default | IStringSection[]Sets the random source for this Translation. Uses general random by default, not seeded.
Note: If this translation is an argument to another translation, it will use the random of the parent translation.
Optional
reference: Reference | ReferenceableOptional
tooltip: Falsy | default | IStringSection[] | ((tooltip: default) => any)Static
deserializeStatic
generatorDO NOT USE THIS METHOD
Unless the text is PRE-GENERATED and there is NO WAY TO TRANSLATE IT.
Example uses include text the user inputs, and text from other sites (steam/trello)
Optional
link: LinkStatic
getStatic
getRest
...entries: ArrayOfIterablesOr<string | default | IStringSection>Static
isStatic
resolveStatic
serializeGenerated using TypeDoc
Returns this translation as a list of string sections