1

Sometimes I have to change or add one untranslated text to my CakePHP application. In this case I have to run cake i18n to scan all the project's files to produce new pot file, then I use Poedit to update the current catalog with new pot file.

My question is meant by saving time and performance of my computer, Is there any other way to update the catalog with the new untranslated text without having to run cake i18n again?

4

1 に答える 1

1

ただし、最終的に.moファイルを取得するには、POeditなどのツールを使用する必要があることに注意してください。.moファイルは、CakePHPがeで出力される翻訳をフェッチするために使用するファイルです。

于 2013-02-12T18:23:59.223 に答える