UNPKG

@yangeditor/plugin-upload-attachment

Version:
21 lines (17 loc) 342 B
/** * @description 多语言 * @author wangfupeng */ import { i18nAddResources } from '@wangeditor/editor' i18nAddResources('en', { attachment: { upload: 'Upload Attachment', download: 'Download Attachment', }, }) i18nAddResources('zh-CN', { attachment: { upload: '上传附件', download: '下载附件', }, })