working but incomplete version with new build.
This commit is contained in:
11
dist/editor/extensions/ext-locale/closepath/en.js
vendored
Normal file
11
dist/editor/extensions/ext-locale/closepath/en.js
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
export default {
|
||||
name: 'ClosePath',
|
||||
buttons: [
|
||||
{
|
||||
title: 'Open path'
|
||||
},
|
||||
{
|
||||
title: 'Close path'
|
||||
}
|
||||
]
|
||||
};
|
||||
11
dist/editor/extensions/ext-locale/closepath/zh-CN.js
vendored
Executable file
11
dist/editor/extensions/ext-locale/closepath/zh-CN.js
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
export default {
|
||||
name: '闭合路径',
|
||||
buttons: [
|
||||
{
|
||||
title: '打开路径'
|
||||
},
|
||||
{
|
||||
title: '关闭路径'
|
||||
}
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user