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
1 changed files with 2 additions and 1 deletions

View File

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