Skip to main content

Interface: I18nextFormatters

@sapphire/plugin-i18next.I18nextFormatters

Deprecated

Use I18nextFormatter instead

Hierarchy

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, lng, options): string

Parameters

NameType
valueany
lngundefined | string
optionsany

Returns

string

Inherited from

I18nextNamedFormatter.format

Defined in

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