Interface: I18nextFormatters
Deprecated
Use I18nextFormatter instead
Extends
Properties
cached?
optional
cached:false
Inherited from
Defined in
projects/plugins/packages/i18next/src/lib/types.ts:181
name
name:
string
Inherited from
Defined in
projects/plugins/packages/i18next/src/lib/types.ts:182
Methods
format()
format(
value
:any
,lng
:undefined
|string
,options
:any
):string
Parameters
Parameter | Type |
---|---|
value | any |
lng | undefined | string |
options | any |
Returns
string