working but incomplete version with new build.
This commit is contained in:
8
dist/editor/extensions/ext-locale/grid/en.js
vendored
Normal file
8
dist/editor/extensions/ext-locale/grid/en.js
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
name: 'View Grid',
|
||||
buttons: [
|
||||
{
|
||||
title: 'Show/Hide Grid'
|
||||
}
|
||||
]
|
||||
};
|
||||
8
dist/editor/extensions/ext-locale/grid/zh-CN.js
vendored
Executable file
8
dist/editor/extensions/ext-locale/grid/zh-CN.js
vendored
Executable file
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
name: '网格视图',
|
||||
buttons: [
|
||||
{
|
||||
title: '显示/隐藏网格'
|
||||
}
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user