summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-04-06 01:32:19 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-04-06 01:32:19 +0200
commitd6504916467511f3bc047a9421f68fd663fa19ac (patch)
tree7fde103e7c8a5b3e13172e6c1eeb5cdd8c1d9051 /Makefile
parent3bb1ae72fa8211f4b81904bf2568815e517571b8 (diff)
downloadwallet-core-d6504916467511f3bc047a9421f68fd663fa19ac.tar.gz
wallet-core-d6504916467511f3bc047a9421f68fd663fa19ac.tar.bz2
wallet-core-d6504916467511f3bc047a9421f68fd663fa19ac.zip
Fix i18n issues
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}; \