我在我的项目中使用 Zend_Translate 和 ini 适配器。
我想知道如何在我的 ini 文件中使用空格字符。
样本:
ini file:
Show All = my translation // there is space between Show & All
view scipt:
echo $this->translate('Show All') // it doesnt translate
我在我的项目中使用 Zend_Translate 和 ini 适配器。
我想知道如何在我的 ini 文件中使用空格字符。
样本:
ini file:
Show All = my translation // there is space between Show & All
view scipt:
echo $this->translate('Show All') // it doesnt translate