I\'m working on a Symfony2 project and have a question from it. In one twig template I receive a variable from controller. It\'s a string and I need to translat
Use filters:
{{ post['name']|trans }}