In a twig template is it possible to form translation key with a variable in it ?
Like
{% trans %}detail.label.price.{{membership}}.credit{% endtrans %}
or
{% set str = "detail.label.price"+membership+".credit"|trans %}
{{ ('detail.label.price.' ~ membership ~ '.credit')|trans }}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With