@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) • 423 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const enUs = require("./en-us.cjs.js");
const zhCn = require("./zh-cn.cjs.js");
function registerFlowChartI18N(i18nModule) {
i18nModule.addMessages("en-US", enUs.FLOW_CHART_EN_US);
i18nModule.addMessages("zh-CN", zhCn.FLOW_CHART_ZH_CN);
}
exports.registerFlowChartI18N = registerFlowChartI18N;
//# sourceMappingURL=index.cjs.js.map