aboutsummaryrefslogtreecommitdiff
path: root/extension/Makefile
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2016-02-25 00:48:39 +0100
committertg(x) <*@tg-x.net>2016-02-25 00:48:39 +0100
commitb3242484c1cf08da23ac2d5fd94645a98bc5f22d (patch)
treea971ae6d22c0ba651e0129e4b59f200e4e96e5d9 /extension/Makefile
parent646bb769c3ee948957cc425c50fbc7749f2728ba (diff)
downloadwallet-core-b3242484c1cf08da23ac2d5fd94645a98bc5f22d.tar.xz
add i18n.pluralize(); use fixed po2json; fix i18n fallback
Diffstat (limited to 'extension/Makefile')
-rw-r--r--extension/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/Makefile b/extension/Makefile
index a5bef133a..cb8e63bf2 100644
--- a/extension/Makefile
+++ b/extension/Makefile
@@ -49,7 +49,7 @@ pogen: $(ts) pogen/pogen.js node_modules
lib/i18n-strings.js: $(ts) node_modules
truncate -s0 $@
for lang in $(langs); do \
- $(po2json) -f jed1.x -d $$lang $(poname)-$$lang.po $(poname)-$$lang.json; \
+ $(po2json) -F -f jed1.x -d $$lang $(poname)-$$lang.po $(poname)-$$lang.json; \
(echo -n "i18n.strings['$$lang'] = "; cat $(poname)-$$lang.json; echo ';') >> $@; \
rm $(poname)-$$lang.json; \
done