pgAdmin 4 commit: Saved user language was not being picked up in caseo - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Saved user language was not being picked up in caseo
Date
Msg-id E1e99XN-0003s8-TH@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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(-)


pgadmin-hackers by date:

Previous
From: Alexander Lakhin
Date:
Subject: Re: pgadmin4 l10n issues
Next
From: Ashesh Vashi
Date:
Subject: Re: pgadmin4 l10n issues