From 87e98b0aaeb486410c240d495a99346992080589 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 18 Mar 2016 17:35:52 +0100 Subject: clean up i18n --- gulpfile.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index 49715e4f2..5e8524cbb 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -60,11 +60,12 @@ const paths = { ], }, dist: [ - "*.po", + "i18n/*.po", + "i18n/*.pot", "img/*", "style/*.css", "lib/vendor/*", - "lib/i18n-strings.js", + "i18n/strings.js", "lib/emscripten/libwrapper.js", "lib/module-trampoline.js", "popup/**/*.{html,css}", @@ -85,7 +86,8 @@ const paths = { ], /* French copyright application */ appdist: [ - "*.po", + "i18n/*.po", + "i18n/*.pot", "style/*.css", "img/**", "lib/**/*.{ts,tsx}", -- cgit v1.2.3