Skip to main content

Interface: I18nextFormatters

Deprecated

Use I18nextFormatter instead

Extends

Properties

cached?

optional cached: false

Inherited from

I18nextNamedFormatter.cached

Defined in

projects/plugins/packages/i18next/src/lib/types.ts:171


name

name: string

Inherited from

I18nextNamedFormatter.name

Defined in

projects/plugins/packages/i18next/src/lib/types.ts:172

Methods

format()

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

Parameters

ParameterType
valueany
lngundefined | string
optionsany

Returns

string

Inherited from

I18nextNamedFormatter.format

Defined in

projects/plugins/packages/i18next/src/lib/types.ts:173