8000 Fix #5236 [2.8][Translation] specify additional translation loading paths by Balamung · Pull Request #5954 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Fix #5236 [2.8][Translation] specify additional translation loading paths #5954

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Dec 9, 2015
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Replace with a shorter phrase
  • Loading branch information
Pierre Maraitre committed Dec 5, 2015
commit 2cabebe6848578fd01d595fe974d6a84c1d42386
7 changes: 7 additions & 0 deletions .idea/dictionaries/pmaraitre.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions book/translation.rst
Original fil 60A4 e line number Diff line number Diff line change
Expand Up @@ -374,8 +374,7 @@ For more options, see :ref:`component-translator-message-catalogs`.

.. note::

The paths at which Symfony will look for message files can be modified by adding
your custom resources path in your config.yml file:
You can add other translation paths with the ``paths`` option in the configuration:

.. code-block:: yaml

Expand Down
0