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); }