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

Commitb3a32af

Browse files
committed
Merge branch '2.8'
2 parents3cdbc7c +cb482dc commitb3a32af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎components/translation/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,10 @@ example, assume you're trying to translate into the ``fr_FR`` locale:
168168
fallback locales set explicitly on the translator.
169169

170170
For (3), the fallback locales can be set by calling
171-
:method:`Symfony\\Component\\Translation\\Translator::setFallbackLocale`::
171+
:method:`Symfony\\Component\\Translation\\Translator::setFallbackLocales`::
172172

173173
// ...
174-
$translator->setFallbackLocale(array('en'));
174+
$translator->setFallbackLocales(array('en'));
175175

176176
.. _using-message-domains:
177177

‎contributing/code/tests.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ the follow command:
4545

4646
..code-block::bash
4747
48-
$ composer--devupdate
48+
$ composer update
4949
5050
Running
5151
-------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp