use a fixed import for canvg
This commit is contained in:
16
dist/editor/extensions/ext-locale/polygon/en.js
vendored
16
dist/editor/extensions/ext-locale/polygon/en.js
vendored
@@ -1,16 +0,0 @@
|
||||
var en = {
|
||||
name: 'polygon',
|
||||
buttons: [
|
||||
{
|
||||
title: 'Polygon Tool'
|
||||
}
|
||||
],
|
||||
contextTools: [
|
||||
{
|
||||
title: 'Number of Sides',
|
||||
label: 'sides'
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
export default en;
|
||||
@@ -1,16 +0,0 @@
|
||||
var zhCN = {
|
||||
name: '多边形',
|
||||
buttons: [
|
||||
{
|
||||
title: '多边形工具'
|
||||
}
|
||||
],
|
||||
contextTools: [
|
||||
{
|
||||
title: '边数',
|
||||
label: '边数'
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
export default zhCN;
|
||||
Reference in New Issue
Block a user