Skip to content

vue-i18n / general / PostTranslationHandler

Тип: PostTranslationHandler()<Message>

ts
type PostTranslationHandler<Message> = (translated, key) => MessageFunctionReturn<Message>;

Параметры типа

Параметр типаТип по умолчанию
Messagestring

Параметры

ПараметрТип
translatedMessageFunctionReturn<Message>
keystring

Возвращает

MessageFunctionReturn<Message>

Vue I18n General