Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit44cdb2c

Browse 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] TypoThere was a typo where the option `--domain` is in fact `--domains`<!--If your pull request fixes a BUG, use the oldest maintained branch that containsthe bug (seehttps://symfony.com/releases for the list of maintained branches).If your pull request documents a NEW FEATURE, use the same Symfony branch wherethe feature was introduced (and `6.x` for features of unreleased versions).-->Commits-------bb9dbe3 Typo
2 parentsa166dc6 +bb9dbe3 commit44cdb2c

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
@@ -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)

[8]ページ先頭

©2009-2025 Movatter.jp