diff options
| author | 2025-09-03 00:50:24 -0400 | |
|---|---|---|
| committer | 2025-09-03 06:50:24 +0200 | |
| commit | 8a59dc3402bb3d200f74e7d1ea06d77124ccc492 (patch) | |
| tree | 0b1f2e866457ddcecf956271215f4f4bc3c2aa3e /composer.json | |
| parent | 94c53ae1fbb98b9f287e9112ebf73363cbcbb467 (diff) | |
add target to generate the translation progress (#7905)
* add target to generate the translation progress
* replace short options by long options
This adds a little bit of explanation for someone looking at the code without knowing
how the underlying script is working.
* sort test targets
* sort i18n targets
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 13344713d..4c9d1f228 100644 --- a/composer.json +++ b/composer.json @@ -71,7 +71,7 @@ "phpstan": "phpstan analyse .", "phpstan-next": "phpstan analyse -c phpstan-next.neon .", "phpunit": "phpunit --bootstrap ./tests/bootstrap.php --display-notices --display-phpunit-deprecations ./tests", - "translations": "cli/manipulate.translation.php -a format && cli/check.translation.php -g", + "translations": "cli/manipulate.translation.php --action format && cli/check.translation.php --generate-readme", "test": [ "@php-lint", "@phtml-lint", |
