문제

Does making the i18n tool of CakePHP making its po file in single one file better than multiple files. Here I meant by performance. Personally, I prefer single one file I regarded it easier to translate the application, but I mean the performance of the application on the server.

도움이 되었습니까?

해결책

I think that one file is better than multiple files, due to the performance used when opening and closing multi files is greater than opening one file regarding-less its size.

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