Hello,

I created message domains as stated in the documentation (
http://symfony.com/doc/2.0/book/translation.html ).

I now have global.en.xliff and messages.en.xliff
In my twig templates I tried both {{ "link.home" | trans([],
"global") }} and {% trans "link.about" from "global" %}
However, they keep using messages.en.xliff instead of global.en.xliff
(already tried truncating template & translation cache) and when
message.en.xliff is empty it just states link.home instead of the
correct translation.

Am I doing something wrong? Or is this a bug?

Also, note that the documentation states the files should be named
xml, while they should in fact be named .xliff to work.

Thanks,
Seba

-- 
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to