Type alias TFunction

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

Type declaration

    • (keyPath: string, args?: TFunctionArgs): string
    • Get locale message by key-path("a.b.c") with optional arguments for interpolation

      Returns

      locale message or empty string if not found

      Parameters

      Returns string