From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Revert "Fix a number of cases where strings were not |
Date: | 2017-11-03 16:46:19 |
Message-ID: | E1eAf6p-0002hU-3V@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Revert "Fix a number of cases where strings were not properly marked for translation."
This reverts commit 1f23838a4c2c4919499bb07f41efab7202843016 due to unintended side
effects it caused - specifically, expanding Databases on the treeview displayed
Servers again
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b2186db562d7747b0d614270edcf7a102dd027d0
Modified Files
--------------
.../foreign_servers/static/js/foreign_server.js | 8 +-
.../user_mapping/static/js/user_mapping.js | 2 +-
.../static/js/foreign_data_wrapper.js | 4 +-
.../foreign_tables/static/js/foreign_table.js | 4 +-
.../static/js/fts_configuration.js | 4 +-
.../functions/static/js/trigger_function.js | 4 +-
.../schemas/tables/column/static/js/column.js | 4 +-
.../foreign_key/static/js/foreign_key.js | 4 +-
.../schemas/tables/indexes/static/js/index.js | 2 +-
.../tables/partitions/static/js/partition.js | 4 +-
.../schemas/tables/static/js/partition.utils.js | 14 +-
.../databases/schemas/tables/static/js/table.js | 4 +-
.../server_groups/servers/static/js/privilege.js | 6 +-
.../server_groups/servers/static/js/server.js | 12 +-
.../server_groups/servers/static/js/variable.js | 8 +-
.../servers/tablespaces/static/js/tablespace.js | 8 +-
web/pgadmin/messages.pot | 275 ++------
web/pgadmin/misc/depends/static/js/depends.js | 4 +-
web/pgadmin/static/js/backgrid.pgadmin.js | 2 +-
.../tools/debugger/static/js/debugger_ui.js | 14 +-
web/pgadmin/tools/debugger/static/js/direct.js | 18 +-
.../tools/grant_wizard/static/js/grant_wizard.js | 6 +-
.../translations/de/LC_MESSAGES/messages.mo | Bin 127638 -> 126666 bytes
.../translations/de/LC_MESSAGES/messages.po | 285 ++------
.../translations/ja/LC_MESSAGES/messages.mo | Bin 137022 -> 136050 bytes
.../translations/ja/LC_MESSAGES/messages.po | 284 ++------
.../translations/pl/LC_MESSAGES/messages.mo | Bin 126394 -> 125422 bytes
.../translations/pl/LC_MESSAGES/messages.po | 282 ++------
.../translations/ru/LC_MESSAGES/messages.mo | Bin 165353 -> 164381 bytes
.../translations/ru/LC_MESSAGES/messages.po | 758 ++++++++-------------
.../translations/zh/LC_MESSAGES/messages.mo | Bin 104251 -> 103279 bytes
.../translations/zh/LC_MESSAGES/messages.po | 284 ++------
32 files changed, 719 insertions(+), 1585 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2017-11-03 16:49:46 | Re: Fixes for pgAdmin4 messages |
Previous Message | Dave Page | 2017-11-03 13:14:25 | Re: Fixes for pgAdmin4 messages |