From: | Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com> |
---|---|
To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Use gettext to wrap some strings. |
Date: | 2022-04-29 10:53:04 |
Message-ID: | E1nkOFE-00025S-8E@gothos.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Aditya Toshniwal | 2022-04-29 10:55:56 | Re: [pgAdmin][RM6131] Port query tool to React |
Previous Message | Aditya Toshniwal | 2022-04-29 10:10:57 | Re: [pgAdmin][RM6131] Port query tool to React |