Skip to main content

Interface: I18nextFormatters

Defined in: projects/plugins/packages/i18next/src/lib/types.ts:163

Deprecated

Use I18nextFormatter instead

Extends

Properties

cached?

optional cached: false

Defined in: projects/plugins/packages/i18next/src/lib/types.ts:181

Inherited from

I18nextNamedFormatter.cached


name

name: string

Defined in: projects/plugins/packages/i18next/src/lib/types.ts:182

Inherited from

I18nextNamedFormatter.name

Methods

format()

format(value: any, lng: undefined | string, options: any): string

Defined in: projects/plugins/packages/i18next/src/lib/types.ts:183

Parameters

ParameterType
valueany
lngundefined | string
optionsany

Returns

string

Inherited from

I18nextNamedFormatter.format