I wanted to translate form labels, but to have them in forms
translation domain, not in default messages domain as expected by
field_label.html.php so I customized it with:

{% block field_label %}
<label for="{{ id }}">{% trans from "forms" %}%label%:{% endtrans %}</
label>
{% endblock field_label %}

but, looks like there is a bug, since label variable never gets
translated. It is translated only if I hardcode concrete label, but
not when I put label variable.

Am I missing somthing? Any idea?

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to