diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-04-06 01:32:19 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-04-06 01:32:19 +0200 |
commit | d6504916467511f3bc047a9421f68fd663fa19ac (patch) | |
tree | 7fde103e7c8a5b3e13172e6c1eeb5cdd8c1d9051 /Makefile | |
parent | 3bb1ae72fa8211f4b81904bf2568815e517571b8 (diff) |
Fix i18n issues
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}; \ |