Re: Suggestion: Context manager for translation.activate

2016-09-20 Thread Raphael Michel
Could you just ignore that I've ever sent this mail? Apparently, I wasn't able to finde translation.override in the docs. Sorry for the noise. Raphael Am Tue, 20 Sep 2016 14:11:11 +0200 schrieb Raphael Michel : > Hi, > > in my application, I regularly need to switch the active language for > a

Suggestion: Context manager for translation.activate

2016-09-20 Thread Raphael Michel
Hi, in my application, I regularly need to switch the active language for a short period of time. A popular example would be that a German-speaking user does something and I need to send out a notification to an English-speaking user. Cluttering the code with translation.activate() statements is