PoEdit does not create source files
I am using poedit with zend_translate. I've done everything that needs to be done in zend. I created sample code in zend view files
$this->translate("Hello");
Then I created a new directory in poedit.
I have specified initial settings (e.g. base directory, translation function)
I edited php parser tab: a) *.php to *.php;*.phtml
b) adding '-L php'
Then no lines are produced either. Anyone have any idea what I am doing wrong.
+2
Krishna kant sharma
source
to share
1 answer
In the directory settings go to "Keywords" and add "translate" - that should fix that.
+4
inxilpro
source
to share