We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9efc79 commit 18c9addCopy full SHA for 18c9add
1 file changed
README.md
@@ -7,7 +7,8 @@ A Composer plugin that validates translation files in your project regarding mis
7
* Autodetect according to language files
8
* Detects missing translations
9
* Supports the following formats:
10
-* XLIFF - `*.xlf`, `*.xliff`
+ - XLIFF - `*.xlf`, `*.xliff`
11
+ - Yaml - `*.yml`, `*.yaml`
12
* Support the following validators:
13
- [MismatchValidator](src/Validator/MismatchValidator.php)
14
- [DuplicatesValidator](src/Validator/DuplicatesValidator.php)
0 commit comments