Esempio n. 1
0
 def get_users_language(self):
     # XXX TODO Right now there is no support to store users preferred
     # language. Therefore we send the mails always in the current selected
     # language.
     return get_locale()
Esempio n. 2
0
 def description(self):
     return {get_locale(): self.response.text}
Esempio n. 3
0
 def description(self):
     return {get_locale(): self.response.text}
Esempio n. 4
0
 def get_users_language(self):
     # XXX TODO Right now there is no support to store users preferred
     # language. Therefore we send the mails always in the current selected
     # language.
     return get_locale()