From bb9dbe31ab1664b73b228071cc59189342ac6a00 Mon Sep 17 00:00:00 2001 From: Florent Morselli Date: Sun, 23 Jan 2022 12:36:33 +0100 Subject: [PATCH] Typo There was a typo where the option `--domain` is in fact `--domains` --- translation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/translation.rst b/translation.rst index 2d9a66f1c35..3e726e50437 100644 --- a/translation.rst +++ b/translation.rst @@ -750,12 +750,12 @@ now use the following commands to push (upload) and pull (download) translations # push new local translations to the Loco provider for the French locale # and the validators domain. # it will **not** update existing translations already on the provider. - $ php bin/console translation:push loco --locales fr --domain validators + $ php bin/console translation:push loco --locales fr --domains validators # push new local translations and delete provider's translations that not # exists anymore in local files for the French locale and the validators domain. # it will **not** update existing translations already on the provider. - $ php bin/console translation:push loco --delete-missing --locales fr --domain validators + $ php bin/console translation:push loco --delete-missing --locales fr --domains validators # check out the command help to see its options (format, domains, locales, etc.) $ php bin/console translation:push --help @@ -770,7 +770,7 @@ now use the following commands to push (upload) and pull (download) translations # pull new translations from the Loco provider to local files for the French # locale and the validators domain. # it will **not** overwrite your local files, only add new translations. - $ php bin/console translation:pull loco --locales fr --domain validators + $ php bin/console translation:pull loco --locales fr --domains validators # check out the command help to see its options (format, domains, locales, intl-icu, etc.) $ php bin/console translation:pull --help