2008/5/16 Reynier Perez Mira <[EMAIL PROTECTED]>: > <trans-unit id="1"> > <source> > nombre_licencia > </source> > <target> > Listar > </target> > </trans-unit>
You must use this format: <trans-unit id="1"> <source>nombre_licencia</source> <traget>Listar</target> </trans> The text in the tag must exactly fit the string you pass to the __() function. HTH ++ -- Nicola --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
