Thread: pgAdmin 4 commit: Saved user language was not being picked up in caseo

pgAdmin 4 commit: Saved user language was not being picked up in caseo

From
Ashesh Vashi
Date:
Saved user language was not being picked up in case of non-server mode.
Because - the get_locale(...) function was being executed before any
request, and user login after first request. Hence - the values for
the labels in the Preferences are not being translated properly.

Fetch the raw value of user_language from configuration in case of
runtime/non-server mode to fix the issue.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8860bc3c3e4ab8c23fe945b123e4c9bda3692d95
Author: Alexander Lakhin <exclusion@gmail.com>

Modified Files
--------------
web/pgadmin/__init__.py          | 20 ++++++++++++--------
web/pgadmin/utils/preferences.py | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+), 8 deletions(-)