Question

I am using poedit with zend_translate. I have done everything required in zend. I have created some sample code in zend view files

$this->translate("Hello");

I have then created a new catalog in poedit.

I specified the initial settings (like base directory, translation function)

I edited php parser tab: a) *.php to *.php;*.phtml b) adding '-L php'

Then also its not getting any strings. Anyone has any idea what i am doing wrong.

Was it helpful?

Solution

Under catalog settings, go to "Keywords" and add "translate" — that should fix it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top