Skip to content
  • Nicola Spanti's avatar
    [server] Set language of connection in all cases · f32b158d8fed
    Nicola Spanti authored
    If `self.lang` was already defined (aka not `None`), the language
    was not set. In consequence, when a pview was called, the language
    was always considered to be english, this piece of information is
    used by gettext, so it resulted in translation always done in
    english language instead of using user preference as excepted.
    
    closes #87
    f32b158d8fed