zend の翻訳で msgid と msgstr に問題がありました
定義 - en_US.PO
msgid "hello"
msgstr "hello world"
ビュー/index.phtml
$this->translate("hello");
msgid "hello" を使用しようとしているときに "hello world" を表示したいのですが、"hello world" ではなく "hello" が表示されます。
そのために私がしなければならないことを助けてください。