- 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
14 lines
207 B
JavaScript
14 lines
207 B
JavaScript
var svgEditorExtensionLocale_webappfind_zh_CN = (function () {
|
|
'use strict';
|
|
|
|
var zhCN = {
|
|
name: 'WebAppFind',
|
|
buttons: [{
|
|
title: '保存图片到磁盘'
|
|
}]
|
|
};
|
|
|
|
return zhCN;
|
|
|
|
}());
|