Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 44cdb2c

Browse filesBrowse files
committed
bug #16437 [Translation] Typo (Spomky)
This PR was submitted for the 6.0 branch but it was merged into the 5.3 branch instead. Discussion ---------- [Translation] Typo There was a typo where the option `--domain` is in fact `--domains` <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- bb9dbe3 Typo
2 parents a166dc6 + bb9dbe3 commit 44cdb2c
Copy full SHA for 44cdb2c

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎translation.rst

Copy file name to clipboardExpand all lines: translation.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -750,12 +750,12 @@ now use the following commands to push (upload) and pull (download) translations
750750
# push new local translations to the Loco provider for the French locale
751751
# and the validators domain.
752752
# it will **not** update existing translations already on the provider.
753-
$ php bin/console translation:push loco --locales fr --domain validators
753+
$ php bin/console translation:push loco --locales fr --domains validators
754754
755755
# push new local translations and delete provider's translations that not
756756
# exists anymore in local files for the French locale and the validators domain.
757757
# it will **not** update existing translations already on the provider.
758-
$ php bin/console translation:push loco --delete-missing --locales fr --domain validators
758+
$ php bin/console translation:push loco --delete-missing --locales fr --domains validators
759759
760760
# check out the command help to see its options (format, domains, locales, etc.)
761761
$ php bin/console translation:push --help
@@ -770,7 +770,7 @@ now use the following commands to push (upload) and pull (download) translations
770770
# pull new translations from the Loco provider to local files for the French
771771
# locale and the validators domain.
772772
# it will **not** overwrite your local files, only add new translations.
773-
$ php bin/console translation:pull loco --locales fr --domain validators
773+
$ php bin/console translation:pull loco --locales fr --domains validators
774774
775775
# check out the command help to see its options (format, domains, locales, intl-icu, etc.)
776776
$ php bin/console translation:pull --help

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.