You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% transwith {'%name%': 'Fabien'} from"app" %}Hello %name%{% endtrans %}
{% transwith {'%name%': 'Fabien'} from"app"into"fr" %}Hello %name%{% endtrans %}
{% transchoicecountwith {'%name%': 'Fabien'} from"app" %}
{0} %name%, there are no apples|{1} %name%, there is one apple|]1,Inf] %name%, there are %count% apples
{% endtranschoice %}
The text was updated successfully, but these errors were encountered:
In PhpStorm8 we are able to provide completion for
trans
andtranschoice
tags now.http://symfony.com/doc/current/book/translation.html#twig-templates
The text was updated successfully, but these errors were encountered: