This commit is contained in:
2018-09-23 16:02:08 +08:00
parent 58bbbaf6de
commit b41baa4a4c
7 changed files with 337 additions and 118 deletions

View File

@@ -15,14 +15,7 @@ function getAppName() {
const fileName = 'words.js';
const languages = {
en: {},
de: {},
ru: {},
pt: {},
nl: {},
fr: {},
it: {},
es: {},
pl: {}
cn: {}
};
function lang2data(lang, isFlat) {
@@ -423,4 +416,4 @@ gulp.task('updateReadme', function (done) {
done();
});
gulp.task('default', ['updatePackages', 'updateReadme']);
gulp.task('default', ['updatePackages', 'updateReadme']);