Commit c8592e78 authored by Florian D's avatar Florian D

Translation doc: added Twig bridge explanation

parent 87e2872d
...@@ -179,7 +179,9 @@ templates: ...@@ -179,7 +179,9 @@ templates:
{{ app.translator.trans('translation_key') }} {{ app.translator.trans('translation_key') }}
Moreover, you will be allowed to translate strings in the Twig way: Moreover, when using the Twig bridge provided by Symfony (see
:doc:`TwigServiceProvider <twig>`), you will be allowed to translate
strings in the Twig way:
.. code-block:: jinja .. code-block:: jinja
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment