Skip to content

Commit 90b1aff

Browse files
authored
Typo
There was a typo where the option `--domain` is in fact `--domains`
1 parent 701d6d0 commit 90b1aff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

translation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -736,12 +736,12 @@ now use the following commands to push (upload) and pull (download) translations
736736
# push new local translations to the Loco provider for the French locale
737737
# and the validators domain.
738738
# it will **not** update existing translations already on the provider.
739-
$ php bin/console translation:push loco --locales fr --domain validators
739+
$ php bin/console translation:push loco --locales fr --domains validators
740740
741741
# push new local translations and delete provider's translations that not
742742
# exists anymore in local files for the French locale and the validators domain.
743743
# it will **not** update existing translations already on the provider.
744-
$ php bin/console translation:push loco --delete-missing --locales fr --domain validators
744+
$ php bin/console translation:push loco --delete-missing --locales fr --domains validators
745745
746746
# check out the command help to see its options (format, domains, locales, etc.)
747747
$ php bin/console translation:push --help
@@ -756,7 +756,7 @@ now use the following commands to push (upload) and pull (download) translations
756756
# pull new translations from the Loco provider to local files for the French
757757
# locale and the validators domain.
758758
# it will **not** overwrite your local files, only add new translations.
759-
$ php bin/console translation:pull loco --locales fr --domain validators
759+
$ php bin/console translation:pull loco --locales fr --domains validators
760760
761761
# check out the command help to see its options (format, domains, locales, intl-icu, etc.)
762762
$ php bin/console translation:pull --help

0 commit comments

Comments
 (0)