我正在嘗試使用po2php將我的.po文件轉換爲Zend php翻譯數組。如何使用Translate Toolkit將.po轉換爲PHP數組(Zend Framework)?
我只是試着這個:$ po2php translations.po translations.php
,但這會導致一個我不明白的錯誤:po2php: warning: Couldn't handle input file translations.po: don't know what to do with input format .po, no template file
。
我不知道什麼是模板文件是爲什麼我應該提供它?
更新:我也試過$ po2php translations.po translations.php -t messages.pot
,但這並沒有幫助我,它顯示幾乎相同的錯誤:po2php: warning: Couldn't handle input file translations.po: don't know what to do with input format .po, template format .pot
。
爲什麼不使用Zend_Translate_Adapter_Gettext(http://framework.zend.com/manual/1.12/en/zend.translate.adapter.html)來使用.po /。 mo文件直接? –
這只是我正在研究的項目的一項要求。歷史原因... – ragulka
對不起,不禁... :( –