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