We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4525397 commit 768d8e0Copy full SHA for 768d8e0
book/translation.rst
@@ -798,15 +798,15 @@ texts* and complex expressions:
798
799
.. versionadded:: 2.1
800
801
- You can now set translation domain for an entire twig template with one
+ You can now set the translation domain for an entire Twig template with a
802
single tag:
803
804
.. code-block:: jinja
805
806
{% trans_default_domain "app" %}
807
808
- Note that this is only influencing the current template, not the included
809
- ones in order to avoid side effects.
+ Note that this is only influences the current template, not the any "included"
+ templates (in order to avoid side effects).
810
811
PHP Templates
812
~~~~~~~~~~~~~
0 commit comments