Hi there.
I'm currently using smarty with zend framework, and I have set up smarty to use gettext in the following manner:
{gettext text="resource-identifier"}
This works properly, but I got a problem when trying to use this with the smarty default variable handler. I want to do this:
{$somevar|default:gettext text="resource-identifier"}
But this only prints 'gettext'. Any suggestions to how I can do this. Is it even possible?