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 16c0ee7 commit 5657303Copy full SHA for 5657303
translation/lint.rst
@@ -16,11 +16,15 @@ translation file using the ``lint:yaml`` and ``lint:xliff`` commands:
16
17
# lint a single file
18
$ ./bin/console lint:yaml translations/messages.en.yaml
19
- $ ./bin/console lint:xliff translations/messages.en.xlf
+ $ ./bin/console lint:xliff translations/messages.en.xlf
20
21
# lint a whole directory
22
$ ./bin/console lint:yaml translations
23
$ ./bin/console lint:xliff translations
24
+
25
+ # lint a multiple files or directories
26
+ $ ./bin/console lint:yaml translations path/to/trans
27
+ $ ./bin/console lint:xliff translations/messages.en.xlf translations/messages.es.xlf
28
29
The linter results can be exported to JSON using the ``--format`` option:
30
0 commit comments