From d8efbcfcdcd3345c7f1a0bc8e61966f2b4876d3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Tue, 25 Sep 2018 11:19:12 +0800 Subject: [PATCH] Update gulpfile.js --- gulpfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 55a5f15..9795add 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -355,8 +355,7 @@ gulp.task('updatePackages', function (done) { newNews[pkg.version] = { en: 'news', - de: 'neues', - ru: 'новое' + cn: 'news' }; iopackage.common.news = Object.assign(newNews, news); }