using poEdit
Hello,
for translation I would like to use poEdit.
In the documentation of Zend, I found this to use it:
[PHP]
print $translate->_("Example")."\n";
print "=======\n";
print $translate->_("Here is line one")."\n";
[/PHP]
But poEdit doesn't find anything in the code.
I told it to search for _
How can I resolve this problen?
Thanks for help.
|