Hi,

I have tried to do it using an XLIFF file without success...

I have put a file named "messages.pt.xml" in "apps/frontend/i18n/"
with the following content:

<?xml version="1.0" encoding="UTF-8"?>
<xliff version="1.0" xml:lang="pt">
    <header></header>
    <body>
      <trans-unit id="REQUIRED">
        <source>Required.</source>
        <target>Campo Obrigatório.</target>
      </trans-unit>
    </body>
  </file>
</xliff>

But the translation doesn't work...

What am I doing wrong and how can I get it to work?

Regards,
Tiago Nunes
--~--~---------~--~----~------------~-------~--~----~
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