Interface PostProcessorModule

Used to extend or manipulate the translated values before returning them in t function. Need to be a singleton object.

Hierarchy

Properties

Methods

Properties

name: string

Unique name

type: "postProcessor"

Methods

  • Parameters

    • value: string
    • key: string | string[]
    • options: TOptions
    • translator: any

    Returns string

Generated using TypeDoc