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 173caf9 commit 08f82dcCopy full SHA for 08f82dc
guides/translation.rst
@@ -337,13 +337,13 @@ You can also specify the message domain:
337
338
.. code-block:: jinja
339
340
- {% trans "Foo {{ name }}" from app %}
+ {% trans "Foo {{ name }}" from "app" %}
341
342
- {% trans from app %}
+ {% trans from "app" %}
343
Foo {{ name }}
344
{% endtrans %}
345
346
- {% transchoice count from app %}
+ {% transchoice count from "app" %}
347
{0} There is no apples|{1} There is one apple|]1,Inf] There are {{ count }} apples
348
{% endtranschoice %}
349
0 commit comments