|
29 | 29 | "ergebnis/composer-normalize": "^2.44", |
30 | 30 | "helhum/typo3-console": "^7.0 || ^8.1", |
31 | 31 | "helmich/typo3-typoscript-lint": "^3.2", |
| 32 | + "move-elevator/composer-translation-validator": "^1.1", |
32 | 33 | "phpstan/phpstan-deprecation-rules": "^1.0 || ^2.0", |
33 | 34 | "phpstan/phpstan-phpunit": "^1.0 || ^2.0", |
34 | 35 | "phpstan/phpstan-strict-rules": "^1.0 || ^2.0", |
|
52 | 53 | "eliashaeussler/version-bumper": true, |
53 | 54 | "ergebnis/composer-normalize": true, |
54 | 55 | "helhum/dotenv-connector": true, |
| 56 | + "move-elevator/composer-translation-validator": true, |
55 | 57 | "php-http/discovery": true, |
56 | 58 | "typo3/class-alias-loader": true, |
57 | 59 | "typo3/cms-composer-installers": true |
|
79 | 81 | "@lint:composer", |
80 | 82 | "@lint:editorconfig", |
81 | 83 | "@lint:php", |
| 84 | + "@lint:language", |
82 | 85 | "@lint:typoscript", |
83 | 86 | "@lint:yaml" |
84 | 87 | ], |
85 | 88 | "lint:composer": "@fix:composer --dry-run", |
86 | 89 | "lint:editorconfig": "ec --git-only", |
| 90 | + "lint:language": "@composer validate-translations ./Resources/Private/Language", |
87 | 91 | "lint:php": "@fix:php --dry-run", |
88 | 92 | "lint:typoscript": "typoscript-lint --fail-on-warnings", |
89 | 93 | "lint:yaml": "find ./ ! -path './vendor/*' ! -path '*/node_modules/*' ! -path './.Build/*' ! -path './xima_typo3_content_planner/*' \\( -name '*.yaml' -o -name '*.yml' \\) -exec yaml-lint {} +", |
|
0 commit comments