Skip to content

Commit aa7fde2

Browse files
committed
[#2336] Fixing bad english plural
1 parent 58d3c57 commit aa7fde2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/translation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ You can also specify the message domain and pass some additional variables:
746746
{% trans with {'%name%': 'Fabien'} from "app" into "fr" %}Hello %name%{% endtrans %}
747747
748748
{% transchoice count with {'%name%': 'Fabien'} from "app" %}
749-
{0} %name%, there is no apples|{1} %name%, there is one apple|]1,Inf] %name%, there are %count% apples
749+
{0} %name%, there are no apples|{1} %name%, there is one apple|]1,Inf] %name%, there are %count% apples
750750
{% endtranschoice %}
751751
752752
The ``trans`` and ``transchoice`` filters can be used to translate *variable

0 commit comments

Comments
 (0)