From 8a59dc3402bb3d200f74e7d1ea06d77124ccc492 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Wed, 3 Sep 2025 00:50:24 -0400 Subject: 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 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') 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", -- cgit v1.2.3