Skip to content

Commit dbec913

Browse files
committed
Merge branch '2.0' into 2.1
2 parents 159fa7f + aa7fde2 commit dbec913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/translation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ You can also specify the message domain and pass some additional variables:
775775
{% trans with {'%name%': 'Fabien'} from "app" into "fr" %}Hello %name%{% endtrans %}
776776
777777
{% transchoice count with {'%name%': 'Fabien'} from "app" %}
778-
{0} There is no apples|{1} There is one apple|]1,Inf] There are %count% apples
778+
{0} %name%, there are no apples|{1} %name%, there is one apple|]1,Inf] %name%, there are %count% apples
779779
{% endtranschoice %}
780780
781781
.. _book-translation-filters:

0 commit comments

Comments
 (0)