Skip to content

Commit

Permalink
Merge branch '2.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Jul 2, 2015
2 parents 3cdbc7c + cb482dc commit b3a32af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/translation/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@ example, assume you're trying to translate into the ``fr_FR`` locale:
fallback locales set explicitly on the translator.

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

// ...
$translator->setFallbackLocale(array('en'));
$translator->setFallbackLocales(array('en'));

.. _using-message-domains:

Expand Down
2 changes: 1 addition & 1 deletion contributing/code/tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ the follow command:

.. code-block:: bash
$ composer --dev update
$ composer update
Running
-------
Expand Down

0 comments on commit b3a32af

Please sign in to comment.