Add Composer script to update template.pot
This commit is contained in:
parent
adcbff41cc
commit
684f509fe8
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue