Update locale template

This commit is contained in:
Pierre Rudloff 2019-11-14 00:12:46 +01:00
parent adba68edbc
commit 1478b3a759
2 changed files with 126 additions and 112 deletions

View file

@ -90,7 +90,7 @@
"compile": "composer install --ignore-platform-reqs",
"update-locales": [
"tsmarty2c.php templates > i18n/template.pot",
"xgettext --omit-header -j -o i18n/template.pot classes/* controllers/*"
"xgettext --omit-header -j -o i18n/template.pot classes/*.php classes/*/*.php controllers/*"
],
"youtube-dl": "vendor/rg3/youtube-dl/youtube_dl/__main__.py"
},