add docker-translate command

This commit is contained in:
Philipp 2023-07-16 18:41:05 +02:00
parent 1b4eaa6a10
commit c3075d3eba
No known key found for this signature in database
GPG Key ID: 24A7501396EB5432
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@
"scripts": {
"test": "phpunit",
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './view/asset/*' -print0 | xargs -0 -n1 php -l",
"docker:translate": "docker run --rm -v $PWD:/data -w /data friendicaci/transifex bin/run_xgettext.sh",
"cs:install": "@composer install --working-dir=bin/dev/php-cs-fixer",
"cs:check": [
"@cs:install",