UNPKG
wangeditor-plugin-upload-pdf
Version:
latest (0.0.8)
0.0.8
0.0.6
wangEditor 导入PDF
github.com/LBASD/wangEditor-plugin-upload-pdf
LBASD/wangEditor-plugin-upload-pdf
wangeditor-plugin-upload-pdf
/
src
/
module
/
local.ts
19 lines
(15 loc)
•
256 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/** *
@description
多语言 *
@author
wangfupeng */
import { i18nAddResources }
from
'@wangeditor-next/editor'
i18nAddResources
(
'en'
, {
pdf
: {
upload
:
'Upload PDF'
, }, })
i18nAddResources
(
'zh-CN'
, {
pdf
: {
upload
:
'上传PDF'
, }, })