[symfony-users] Re: Best practice: Sharing data (e.g. i18n files) among symfony applications

2010-11-07 Thread cestcri
Alright, the problem is solved. As usual when there is an issue on prod and not on local this was due to missing/old files on the server. Sorry for having bothered you and enjoy your Sunday now even more! Long life symfony's i18n! Christian On Nov 7, 4:38 pm, cestcri wrote: > Hello, > > I c

[symfony-users] Re: Best practice: Sharing data (e.g. i18n files) among symfony applications

2010-11-07 Thread cestcri
Hello, I could not find anything, so for now I had to copy the i18n folder from my private plugin to each of my applications. This surely is just temporary, but for now I don't find a better solution to this issue. Why are my private plugin translation files ignored on production? Hope to get

[symfony-users] Re: Best practice: Sharing data (e.g. i18n files) among symfony applications

2010-11-07 Thread cestcri
Hi Alecs, actually I am pretty happy with the current way symfony handles i18n, so why changing a winning team? Thanks for your feedback though and have a nice day, Christian On Oct 28, 8:38 pm, Alexandru-Emil Lupu wrote: > Hello! > > Why don't you move your i18n to your database? this allo

[symfony-users] Re: Best practice: Sharing data (e.g. i18n files) among symfony applications

2010-11-07 Thread cestcri
Hi again, after I successfully "outsourced" the i18n files from the application to the private plugin, I got now stuck while deploying: the i18n cache files are never created, thus the site is not translated! Did anybody encounter this too? Locally I have no issues, although the code is the sam

Re: [symfony-users] Re: Best practice: Sharing data (e.g. i18n files) among symfony applications

2010-10-28 Thread Alexandru-Emil Lupu
Hello! Why don't you move your i18n to your database? this allows you / your team to easily add / remove / change the texts without any "deploy" / "cache-clearing" or other kind of task ... Alecs On Oct 28, 2010, at 1:46 PM, cestcri wrote: > Actually this was even easier then expected, I just

[symfony-users] Re: Best practice: Sharing data (e.g. i18n files) among symfony applications

2010-10-28 Thread cestcri
Actually this was even easier then expected, I just moved the i18n to a new plugin directory, included it in the ProjectConfiguration.class.php and that's it. Thank you symfony! Have a nice day, Christian On Oct 28, 12:13 pm, cestcri wrote: > Thanks for your immediate reply, Damien! > > I act

[symfony-users] Re: Best practice: Sharing data (e.g. i18n files) among symfony applications

2010-10-28 Thread cestcri
Thanks for your immediate reply, Damien! I actually looked already into the nice and neat sfView extension, but a whole new application is the better way in my case. I will try my luck with a private i18n plugin... and will report back if this turns out to be a good choice. Thanks again, Christ