I'm trying to get Smarty and gettext to work together in a project of mine. Currently smarty uses .tpl
files for its template system.
I use PoEdit for creating catalog files and I've added '*.tpl' to the file extensions under PHP but when I try to scan for gettext strings I get the following errors and it is not able to find my strings:
xgettext: warning: file
../libs/smarty/debug.tpl' extension
tpl' is unknown; will try C
xgettext: warning: file../template/login.tpl' extension
tpl' is unknown; will try C
xgettext: warning: file../template/index.tpl' extension
tpl' is unknown; will try C
Well how can I get it to work?