- We use PHP arrays for translations (don't ask me why), so using the ${var}notation gives undefined variable errors.
Use:
$translation['foo'] = 'Text ${var}'
or
$translation['foo'] = "Text \${var}"
--
regards, Kornel Lesiński
_______________________________________________
PHPTAL mailing list
[email protected]
http://lists.motion-twin.com/mailman/listinfo/phptal
