Re: [Mailman-Developers] Translating notifications raised by mailman-core in postorius

2016-05-17 Thread Barry Warsaw
On May 17, 2016, at 11:15 AM, Simon Hanna wrote: >Theoretically the core could translate the messages before passing them >to postorius. This would require core to know about the language it >should translate to. I don't think this is a very good approach because >we would have to make sure we off

[Mailman-Developers] Translating notifications raised by mailman-core in postorius

2016-05-17 Thread Simon Hanna
Hi, Currently Postorius handles form submissions like this: 1. Check to see if inputs are malformed, raise error if so 2. Submit to mailman-core and see what the response is. - ConnectionError: Mailman-core is unreachable, display error message - Success: Display some success notification - HttpEr