I am using Zend_Translate with ini adapter in my project.
I want to know how it is possible to use space character in my ini file.
Sample:
ini file:
Show All = my translation // there is space between Show & All
view scipt:
echo $this->translate('Show All') // it doesnt translate