Re: App_controller function to obtain default.pot file ( i18n extract )

2011-06-18 Thread krisspnet
Well, we have different persons in charge of the translations. However, those persons don't know what is a terminal actually. Because we often add new functions and views in our website, we all also add new _('to be translated',true) tags in the code. We just want it to be easy, with a simple

Re: App_controller function to obtain default.pot file ( i18n extract )

2011-06-18 Thread Miles J
Yeah you can easily set it up using a cron job. Just use the same command you use in the CLI in the cron. On Jun 18, 10:14 am, krisspnet christophe.pou...@gmail.com wrote: Well, we have different persons in charge of the translations. However, those persons don't know what is a terminal

Re: App_controller function to obtain default.pot file ( i18n extract )

2011-06-18 Thread Ryan Schmidt
On Jun 18, 2011, at 12:14, krisspnet wrote: Well, we have different persons in charge of the translations. However, those persons don't know what is a terminal actually. Because we often add new functions and views in our website, we all also add new _('to be translated',true) tags in the

Re: App_controller function to obtain default.pot file ( i18n extract )

2011-06-18 Thread krisspnet
Thank you very much. I will try it ! -- View this message in context: http://cakephp.1045679.n5.nabble.com/App-controller-function-to-obtain-default-pot-file-i18n-extract-tp4495820p4502127.html Sent from the CakePHP mailing list archive at Nabble.com. -- Our newest site for the community:

Re: App_controller function to obtain default.pot file ( i18n extract )

2011-06-18 Thread krisspnet
Thank you very much ;) -- View this message in context: http://cakephp.1045679.n5.nabble.com/App-controller-function-to-obtain-default-pot-file-i18n-extract-tp4495820p4502131.html Sent from the CakePHP mailing list archive at Nabble.com. -- Our newest site for the community: CakePHP Video

Re: App_controller function to obtain default.pot file ( i18n extract )

2011-06-17 Thread Miles J
It should be done in the command line as attempting to do it in the browser will be really slow and most likely consume a lot of memory. Any specific reason you want it in the AppController? On Jun 16, 9:35 am, krisspnet christophe.pou...@gmail.com wrote: Hi everyone, I am a new user of the