UNPKG

@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) 314 B
import { MIND_MAP_EN_US } from "./en-us.es.js"; import { MIND_MAP_ZH_CN } from "./zh-cn.es.js"; function registerMindMapI18N(i18nModule) { i18nModule.addMessages("en-US", MIND_MAP_EN_US); i18nModule.addMessages("zh-CN", MIND_MAP_ZH_CN); } export { registerMindMapI18N }; //# sourceMappingURL=index.es.js.map