mirror of
https://github.com/friendica/friendica
synced 2024-12-22 22:40:16 +00:00
add composer script to recreate lang file
This commit is contained in:
parent
82a95367ae
commit
d2151f9cd0
1 changed files with 1 additions and 0 deletions
|
@ -161,6 +161,7 @@
|
|||
"phpstan": "phpstan analyze --memory-limit 1024M --configuration .phpstan.neon",
|
||||
"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",
|
||||
"lang:recreate": "bin/run_xgettext.sh",
|
||||
"cs:install": "@composer install --working-dir=bin/dev/php-cs-fixer",
|
||||
"cs:check": [
|
||||
"@cs:install",
|
||||
|
|
Loading…
Reference in a new issue