Skip to content

@swapped/connect-sdk / core / TranslateFn

Type Alias: TranslateFn

TranslateFn = (key, params?) => string | undefined

Defined in: src/locales/locale.types.ts:37

Optional host-app translator. Return a string to override the catalog, or undefined to fall through to the loaded / English catalog.

Parameters

key

string

params?

TranslateParams

Returns

string | undefined