CakePHP translations in one or multiple po files and performance

不羁岁月 提交于 2020-01-17 04:20:06

问题


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.


回答1:


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.



来源:https://stackoverflow.com/questions/13499525/cakephp-translations-in-one-or-multiple-po-files-and-performance

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!