Translator – GBG IDscan Documentation

Translator

Function which accepts a key, language and props to produce a translated string

Signature:

export declare type Translator = (key: TranslationKey, language: string, props: Record<string, any>) => string;
Was this page helpful?