Make sure the XML you have is well formed. If there is an error in the
XML the translations will not be interpreted.
You can check the XML with:
1. Editor that has support for XML checking - Netbeans, Eclipse
2. Open the messages.xml in in Firefox/IE


AFAIK this XML is not well formed:


<trans-unit id="1">
<source>Inicio</source>
<target>Home<target/>
</trans-unit>



should be:



<trans-unit id="1">
<source>Inicio</source>
<target>Home</target>
</trans-unit>



gabriel

-- 
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