> Hello,
> I found a little bug in the I18NTransformer2.
>
> If the key I use has a ? simbol on it, for example...
> <key>are you there?</key>
> and the translations also has it, like
> <translation lang="en">are you there?</translation>
> <translation lang="es">estas ahi?</translation>
>
> when the I18N translates it, it returns null for the translated text. (As
I
> can see in the logs)

I'll check that a little later.

Are you sure that the problem is in '?' symbols? Maybe the key value is not
exactly the same as the the key in your dictionary file? If they differ even
by a single whitespace character then you'll get null for now. (I changed
the transformer a little to give a more verbose messages in such cases. I'll
post it a little later).

> Pablo Bendersky
> [EMAIL PROTECTED]

Regards,
    Konstantin Piroumian.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to