pgAdmin 4 commit: Use gettext to wrap some strings. - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Use gettext to wrap some strings.
Date
Msg-id E1nkOFE-00025S-8E@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Use gettext to wrap some strings.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c56fe813a5f9799a0ce4f582d57efb4e9e140ffa

Modified Files
--------------
docs/en_US/release_notes_6_9.rst                   |  2 +-
.../servers/databases/casts/__init__.py            |  2 +-
.../servers/databases/casts/static/js/cast.ui.js   |  6 ++--
.../databases/schemas/collations/__init__.py       |  4 +--
.../servers/databases/schemas/synonyms/__init__.py |  2 +-
web/pgadmin/misc/cloud/static/js/CloudWizard.jsx   |  3 +-
web/pgadmin/misc/cloud/utils/__init__.py           |  7 ++--
.../tools/grant_wizard/static/js/GrantWizard.jsx   |  2 +-
.../static/js/ImportExportServers.jsx              |  2 +-
.../static/js/components/QueryToolComponent.jsx    |  8 ++---
.../static/js/components/sections/ResultSet.jsx    |  4 +--
.../static/js/components/sections/StatusBar.jsx    |  2 +-
web/pgadmin/utils/__init__.py                      | 37 +++++++++++-----------
13 files changed, 42 insertions(+), 39 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin][RM6131] Port query tool to React
Next
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin][RM6131] Port query tool to React