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
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
Wrong code-block tag
  • Loading branch information
Pierre Maraitre committed Dec 5, 2015
commit 0d8eadc4860d26d1529001177affdec96cb2ce01
2 changes: 1 addition & 1 deletion book/translation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ For more options, see :ref:`component-translator-message-catalogs`.
The paths at which Symfony will look for message files can be modified by adding
your custom resources path in your config.yml file:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can make this more direct and shorter (shorter = better is quite an important rule in documentations): You can add other directories with the ``paths`` option in the configuration:


.. code-block:: yml
.. code-block:: yaml

framework:
translator:
Expand Down
0