Hi group !
I'm trying to implement some cms like system for a website that must be translated in several languages (more or less 10), one of the aim of this is to have some translation teams to be able to translate part of the site, translations reviewed by, let's say, editors and, on approval, translations updated on the site. (so the app is more or less just a webinterface )
I will write functions to edit po files (translate the site), I guess, I will have to call some os.system to call the setup.py update_catalog and setup.py compile_catalog (although I would prefer to use some functions to do this, but I did not find yet how to do it).
The question is: how to force pyramid to take in account the updated mo file ? I mean, without stopping the application and starting it again ? I guess the file is uploaded in memory and not re-read after that, is this the case ?
Thanks for your help, have a nice day,
Nicolas