@opentiny/fluent-editor
Version:
A rich text editor based on Quill 2.0, which extends rich modules and formats on the basis of Quill. It's powerful and out-of-the-box.
11 lines (10 loc) • 413 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const enUs = require("./en-us.cjs.js");
const zhCn = require("./zh-cn.cjs.js");
function registerMindMapI18N(i18nModule) {
i18nModule.addMessages("en-US", enUs.MIND_MAP_EN_US);
i18nModule.addMessages("zh-CN", zhCn.MIND_MAP_ZH_CN);
}
exports.registerMindMapI18N = registerMindMapI18N;
//# sourceMappingURL=index.cjs.js.map