Type Alias TFunction

TFunction: ((keyPath: string, args?: TFunctionArgs) => string)

Get locale message by key-path("a.b.c") with optional arguments for interpolation

Type declaration

    • (keyPath, args?): string
    • Parameters

      Returns string

      locale message or empty string if not found