Allow users to select UI language at login or from Preferences rather than unpredictable behaviour from browsers. Fixes #2190
Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0eda6033dfe88f9c7cb8f4aeccaa952ba2164d6c Author: Khushboo Vashi <khushboo.va...@enterprisedb.com> Modified Files -------------- web/pgadmin/__init__.py | 50 ++++++++++++++++++++-- web/pgadmin/browser/__init__.py | 18 +++++++- .../servers/roles/templates/role/js/role.js | 2 +- web/pgadmin/browser/server_groups/servers/types.py | 33 ++++++++------ .../templates/server_groups/server_groups.js | 4 +- web/pgadmin/misc/__init__.py | 20 +++++++++ web/pgadmin/preferences/__init__.py | 34 ++++++++++++--- .../templates/preferences/preferences.js | 6 ++- web/pgadmin/static/css/pgadmin.css | 13 ++++++ web/pgadmin/templates/security/login_user.html | 11 +++++ web/pgadmin/utils/preferences.py | 12 ++++-- 11 files changed, 172 insertions(+), 31 deletions(-) -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers