summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2016-09-27 13:08:38 +0200
committertg(x) <*@tg-x.net>2016-09-27 13:08:38 +0200
commit69d09ddea64063ac1f8ad2c3dfe0ac723a0758bf (patch)
tree99f79b5305e1b7c10d5770a712dc35733754115b /Makefile
parent0b354d2a5ced8a5d1698e1655a925cd3e69c0ed8 (diff)
downloadwallet-core-69d09ddea64063ac1f8ad2c3dfe0ac723a0758bf.tar.gz
wallet-core-69d09ddea64063ac1f8ad2c3dfe0ac723a0758bf.tar.bz2
wallet-core-69d09ddea64063ac1f8ad2c3dfe0ac723a0758bf.zip
i18n.plural()
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 16d0f341a..0ce145983 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ tsc: tsconfig.json node_modules
tsconfig.json: gulpfile.js node_modules
$(gulp) tsconfig
-i18n: pogen i18n/strings.js
+i18n: pogen msgmerge i18n/strings.js
pogen/pogen.js: pogen/pogen.ts pogen/tsconfig.json node_modules
cd pogen; ../$(tsc)