/** * Editor Core Translations * 编辑器核心翻译 * * 插件翻译请使用 LocaleService.extendTranslations() 注册 * Plugin translations should be registered via LocaleService.extendTranslations() */ export { en } from './en'; export { zh } from './zh'; export { es } from './es';