vue-i18n-phrase-in-context-editor
Version:
Integrate Phrase In-Context Editor into your Vue I18n app with ease!
12 lines • 438 B
TypeScript
import type VueI18n from 'vue-i18n';
export declare type VueI18nPhraseFormatterOptions = {
prefix: string;
suffix: string;
};
export declare class VueI18nPhraseFormatter implements VueI18n.Formatter {
prefix: string;
suffix: string;
constructor(options: VueI18nPhraseFormatterOptions);
interpolate(message: string, values: unknown, path: string): string[];
}
//# sourceMappingURL=vue-i18n-phrase-formatter.d.ts.map