From 4c5a1d0d0f9a4041f801a0a638e7a85bbecc0bd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Sat, 21 Jul 2018 19:37:38 +0800 Subject: [PATCH] Update gulpfile.js --- gulpfile.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 7f96420..89c7131 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -17,13 +17,7 @@ function getAppName() { var fileName = 'words.js'; var languages = { en: {}, - de: {}, - ru: {}, - pt: {}, - nl: {}, - fr: {}, - it: {}, - es: {} + cn: {} }; function lang2data(lang, isFlat) {