문제

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?

도움이 되었습니까?

해결책

Note though, that to obtain the .mo file eventually, you will require to use a Tool like POedit. The .mo-file is the one that CakePHP uses to fetch the translation that gets output in the e

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top