Skip to content

Commit 08f82dc

Browse files
committed
fixed typo
1 parent 173caf9 commit 08f82dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

guides/translation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,13 +337,13 @@ You can also specify the message domain:
337337

338338
.. code-block:: jinja
339339
340-
{% trans "Foo {{ name }}" from app %}
340+
{% trans "Foo {{ name }}" from "app" %}
341341
342-
{% trans from app %}
342+
{% trans from "app" %}
343343
Foo {{ name }}
344344
{% endtrans %}
345345
346-
{% transchoice count from app %}
346+
{% transchoice count from "app" %}
347347
{0} There is no apples|{1} There is one apple|]1,Inf] There are {{ count }} apples
348348
{% endtranschoice %}
349349

0 commit comments

Comments
 (0)