Skip to content

[server] Set language of connection in all cases

Nicola Spanti requested to merge topic/3.26/pview-lang into branch/3.26

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 (closed)

--HG-- branch : 3.26

Merge request reports