diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-03-18 17:35:52 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-03-18 17:35:52 +0100 |
commit | 87e98b0aaeb486410c240d495a99346992080589 (patch) | |
tree | 079a8921e20024982004d50ab05c1c4220ecc31a /gulpfile.js | |
parent | 863938dadb271d89f224588404d27ff7f79ae6d0 (diff) |
clean up i18n
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 8 |
1 files changed, 5 insertions, 3 deletions
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}", |