Skip to content

Commit

Permalink
Only validate own translations
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Aug 26, 2024
1 parent f33ae81 commit 3d56c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
"lint-twig": "@php bin/console lint:twig templates/",
"lint-xliff": "@php bin/console lint:xliff translations/",
"lint-translations": [
"@php bin/console debug:translation --all en --only-missing"
"@php bin/console debug:translation en --only-missing"
],
"lint-yaml": "@php bin/console lint:yaml config/ --parse-tags",
"lint-container": [
Expand Down

0 comments on commit 3d56c05

Please sign in to comment.