@@ -736,12 +736,12 @@ now use the following commands to push (upload) and pull (download) translations
736
736
# push new local translations to the Loco provider for the French locale
737
737
# and the validators domain.
738
738
# 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
740
740
741
741
# push new local translations and delete provider's translations that not
742
742
# exists anymore in local files for the French locale and the validators domain.
743
743
# 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
745
745
746
746
# check out the command help to see its options (format, domains, locales, etc.)
747
747
$ php bin/console translation:push --help
@@ -756,7 +756,7 @@ now use the following commands to push (upload) and pull (download) translations
756
756
# pull new translations from the Loco provider to local files for the French
757
757
# locale and the validators domain.
758
758
# 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
760
760
761
761
# check out the command help to see its options (format, domains, locales, intl-icu, etc.)
762
762
$ php bin/console translation:pull --help
0 commit comments