monaco-editor-i18n-plugin
Version:
A i18n plugin for the Monaco editor
8 lines (7 loc) • 427 B
TypeScript
export const localize: typeof localize | null;
export const loadMessageBundle: typeof loadMessageBundle | null;
export const config: typeof config | null;
export function localize(path: any, data: any, defaultMessage: any, ...args: any[]): any;
export function loadMessageBundle(_file: any): typeof localize;
export function config(_opt: any): typeof loadMessageBundle;
export function getConfiguredDefaultLocale(): undefined;