Get the Newsletter

parseMissingKeyHandler

A Method

parseMissingKeyHandler(key: string, defaultValue?: string): any

Receives a key that was not found in `t()` and returns a value, that will be returned by `t()`

Parameters

key: string
defaultValue?: string