aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js8
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}",