working but incomplete version with new build.
This commit is contained in:
8
dist/editor/extensions/ext-locale/webappfind/en.js
vendored
Normal file
8
dist/editor/extensions/ext-locale/webappfind/en.js
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
name: 'WebAppFind',
|
||||
buttons: [
|
||||
{
|
||||
title: 'Save Image back to Disk'
|
||||
}
|
||||
]
|
||||
};
|
||||
8
dist/editor/extensions/ext-locale/webappfind/zh-CN.js
vendored
Executable file
8
dist/editor/extensions/ext-locale/webappfind/zh-CN.js
vendored
Executable file
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
name: 'WebAppFind',
|
||||
buttons: [
|
||||
{
|
||||
title: '保存图片到磁盘'
|
||||
}
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user