Files
svgedit/src/editor/extensions/ext-polygon/locale/zh-CN.js
2020-09-06 08:32:10 +02:00

15 lines
181 B
JavaScript
Executable File

export default {
name: '多边形',
buttons: [
{
title: '多边形工具'
}
],
contextTools: [
{
title: '边数',
label: '边数'
}
]
};