- 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
16 lines
236 B
JavaScript
16 lines
236 B
JavaScript
var svgEditorExtensionLocale_closepath_zh_CN = (function () {
|
|
'use strict';
|
|
|
|
var zhCN = {
|
|
name: '闭合路径',
|
|
buttons: [{
|
|
title: '打开路径'
|
|
}, {
|
|
title: '关闭路径'
|
|
}]
|
|
};
|
|
|
|
return zhCN;
|
|
|
|
}());
|