We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8673b59 commit a6a074cCopy full SHA for a6a074c
book/translation.rst
@@ -693,8 +693,9 @@ It will also detect the following translator usages in PHP templates:
693
which means this example won't be analyzed:
694
695
.. code-block:: jinja
696
- {% set message = 'Symfony2 is great' %}
697
- {{ message|trans }}
+
+ {% set message = 'Symfony2 is great' %}
698
+ {{ message|trans }}
699
700
Suppose your application's default_locale is ``fr`` and you have configured ``en`` as the fallback locale
701
(see :ref:`book-translation-configuration` and :ref:`book-translation-fallback` for how to configure these).
0 commit comments