- Linting (ESLint): Add back `no-console`; while useful for debugging, could flag incomplete code (and was breaking at reporting of unused directives) - Docs (CHANGES): Add changes and apply more formal style - Build: Rebuild with updated Babel/Rollup - npm: Update devDeps
24 lines
370 B
JavaScript
24 lines
370 B
JavaScript
var svgEditorExtensionLocale_star_zh_CN = (function () {
|
|
'use strict';
|
|
|
|
var zhCN = {
|
|
name: '星形',
|
|
buttons: [{
|
|
title: '星形工具'
|
|
}],
|
|
contextTools: [{
|
|
title: '顶点',
|
|
label: '顶点'
|
|
}, {
|
|
title: '钝度',
|
|
label: '钝度'
|
|
}, {
|
|
title: '径向',
|
|
label: '径向'
|
|
}]
|
|
};
|
|
|
|
return zhCN;
|
|
|
|
}());
|