You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command `validate-translations` can be used to validate translation files in your project. It will automatically detect the translation files based on the [supported formats](#supported-file-formats) and run the configured [validators]((#translation-validators)). See the [console command documentation](docs/console-command.md) for more details.
45
+
The command `validate-translations` can be used to validate translation files in your project. It will automatically detect the translation files based on the [supported formats](https://move-elevator.github.io/composer-translation-validator/reference/file-formats) and run the configured [validators](https://move-elevator.github.io/composer-translation-validator/reference/validators). See the [CLI documentation](https://move-elevator.github.io/composer-translation-validator/reference/cli) for more details.
44
46
45
47
## 📝 Documentation
46
48
47
-
### Supported File Formats
48
-
49
-
Translations will be detected and grouped by the following file formats (regarding the associated frameworks):
See detailed [file format and file detection documentation](docs/file-detector.md) with examples.
59
-
60
-
### Translation Validators
61
-
62
-
The following translation validators are available (and enabled by default):
49
+
Full documentation is available at **[move-elevator.github.io/composer-translation-validator](https://move-elevator.github.io/composer-translation-validator/)**.
63
50
64
-
| Validator | Description |
65
-
|-----------|-------------|
66
-
|[DuplicateKeysValidator](docs/validators.md#duplicatekeysvalidator)| Catches duplicate keys within files |
0 commit comments