Symfony2 twig translate variable values in {% trans %} tag

后端 未结 1 1023

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

1条回答
  •  离开以前
    2021-02-05 22:05

    Use filters:

    {{ post['name']|trans }}
    

    0 讨论(0)
提交回复
热议问题