Re: [web2py] Re: Organize translations

2016-02-10 Thread Massimo Di Pierro
I guess it is possible. It seems to me it complicates things but perhaps I just did not run into your use case. We will discuss on the devlopers list, feel free to join. On Wednesday, 10 February 2016 07:41:42 UTC-6, Carlos Cesar Caballero wrote: > > Hi Massimo, the Idea could be something like

Re: [web2py] Re: Organize translations

2016-02-10 Thread Carlos Cesar Caballero Díaz
Hi Massimo, the Idea could be something like T('my string to translate', 'place_to_find_it') so it will look directly to the needed translation files (as other frameworks do). I was thinking that some kind of "production mode" that could put model files and translations in memory like the conf

[web2py] Re: Organize translations

2016-02-10 Thread Mirek Zvolský
Massimo, do you have a stable translator for czech language? If yes then N/A, if no, I would like make missing translations. If so, - I think it is good idea to do it in web admin for the welcome app (?), or should I pull from somewhere (?) - where can I push/upload the result. (but maybe somebo

[web2py] Re: Organize translations

2016-02-09 Thread Massimo Di Pierro
No there is not and doing so by default would slow down the app because accessing the file system is a bottle neck. Yet is definitively possible to build an app that extract the info from the dictionaries and rearranges into multiple files and back. It would be a good exercise to write such an