@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) • 326 B
JavaScript
import { FLOW_CHART_EN_US } from "./en-us.es.js";
import { FLOW_CHART_ZH_CN } from "./zh-cn.es.js";
function registerFlowChartI18N(i18nModule) {
i18nModule.addMessages("en-US", FLOW_CHART_EN_US);
i18nModule.addMessages("zh-CN", FLOW_CHART_ZH_CN);
}
export {
registerFlowChartI18N
};
//# sourceMappingURL=index.es.js.map