Symfony translation with placeholder doesn't work
问题 I'm trying to translate my app with Symfony translate (5.1.*). I use Symfony 5.1. Basic translation work fine but I have problem with variable in twig. When I do {% trans with {'%name%': 'World'} from 'app' %}Hello %name%{% endtrans %} It works fine and the result is Hello World as expected. But if I do php bin/console translation:update --force en php bin/console cache:clear to generate the translation file, the result is Hello %name% . If in the translation file, I delete this reference: