- 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
11 lines
166 B
JavaScript
11 lines
166 B
JavaScript
var svgEditorExtensionLocale_server_moinsave_zh_CN = (function () {
|
|
'use strict';
|
|
|
|
var zhCN = {
|
|
saved: '已保存! 返回视图!'
|
|
};
|
|
|
|
return zhCN;
|
|
|
|
}());
|