Thread: using poEdit
View Single Post
  #1 (permalink)  
Old 03-07-2008, 09:57 AM
danield danield is offline
Junior Member
 
Join Date: Aug 2007
Posts: 6
Default using poEdit

Hello,

for translation I would like to use poEdit.

In the documentation of Zend, I found this to use it:

PHP Code:
print $translate->_("Example")."\n";
print 
"=======\n";
print 
$translate->_("Here is line one")."\n"
But poEdit doesn't find anything in the code.
I told it to search for _

How can I resolve this problen?

Thanks for help.
Reply With Quote