Add Composer script to update template.pot

This commit is contained in:
Pierre Rudloff 2017-08-07 16:08:01 +02:00
parent adcbff41cc
commit 684f509fe8

View file

@ -82,6 +82,7 @@
} }
}, },
"scripts": { "scripts": {
"compile": "composer install --ignore-platform-reqs" "compile": "composer install --ignore-platform-reqs",
"update-locales": "vendor/bin/tsmarty2c.php templates > i18n/template.pot"
} }
} }