Skip to content

Commit 18c9add

Browse files
docs: update README to include YAML support
1 parent a9efc79 commit 18c9add

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ A Composer plugin that validates translation files in your project regarding mis
77
* Autodetect according to language files
88
* Detects missing translations
99
* Supports the following formats:
10-
* XLIFF - `*.xlf`, `*.xliff`
10+
- XLIFF - `*.xlf`, `*.xliff`
11+
- Yaml - `*.yml`, `*.yaml`
1112
* Support the following validators:
1213
- [MismatchValidator](src/Validator/MismatchValidator.php)
1314
- [DuplicatesValidator](src/Validator/DuplicatesValidator.php)

0 commit comments

Comments
 (0)