私は多言語サイトを構築しており、テキストを _('mytext') または _("mytext") の形式で提示しているため、Poedit はそれを認識して保留中の翻訳に追加できます。{$form->getValue('email')}
:の部分を削除しないと、以下のテキストが認識されないのはなぜですか? Poedit が取得できるようにこれを変更するにはどうすればよいですか?
$this->view->errors = array(
array(_("{$form->getValue('email')} is already registered with this site. If you have
forgotten your password, click on the link and we will send you a new one"))
);