aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e632abd16..1f36f8e4f 100644
--- a/Makefile
+++ b/Makefile
@@ -45,6 +45,7 @@ appdist:
$(gulp) appdist
i18n/strings.js: # $(ts) node_modules
+ cp i18n/strings-prelude.js i18n/strings.js
for pofile in i18n/*.po; do \
b=`basename $$pofile`; \
lang=$${b%%.po}; \