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 5657303 commit e68d242Copy full SHA for e68d242
translation/lint.rst
@@ -16,13 +16,13 @@ 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
+ # lint 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
0 commit comments