pgAdmin 4 commit: Fix 'placeholders are incompatible' issue in the mess

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix 'placeholders are incompatible' issue in the mess
Date: 2019-10-14 07:23:19
Message-ID: E1iJuhL-0002BW-Mv@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix 'placeholders are incompatible' issue in the message catalog.

Replace % with %% used in the explain module.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/messages.pot | 6 +++---
web/pgadmin/misc/static/explain/js/explain.js | 6 +++---
.../translations/de/LC_MESSAGES/messages.mo | Bin 155481 -> 155485 bytes
.../translations/de/LC_MESSAGES/messages.po | 12 +++++++++---
.../translations/es/LC_MESSAGES/messages.mo | Bin 160085 -> 160089 bytes
.../translations/es/LC_MESSAGES/messages.po | 12 +++++++++---
.../translations/fr/LC_MESSAGES/messages.mo | Bin 165170 -> 165174 bytes
.../translations/fr/LC_MESSAGES/messages.po | 12 +++++++++---
.../translations/it/LC_MESSAGES/messages.mo | Bin 161408 -> 161412 bytes
.../translations/it/LC_MESSAGES/messages.po | 12 +++++++++---
.../translations/ja/LC_MESSAGES/messages.mo | Bin 173152 -> 173154 bytes
.../translations/ja/LC_MESSAGES/messages.po | 8 ++++----
.../translations/ko/LC_MESSAGES/messages.mo | Bin 157776 -> 157780 bytes
.../translations/ko/LC_MESSAGES/messages.po | 12 +++++++++---
.../translations/pl/LC_MESSAGES/messages.mo | Bin 155508 -> 155512 bytes
.../translations/pl/LC_MESSAGES/messages.po | 12 +++++++++---
.../translations/ru/LC_MESSAGES/messages.mo | Bin 191371 -> 191375 bytes
.../translations/ru/LC_MESSAGES/messages.po | 12 +++++++++---
.../translations/zh/LC_MESSAGES/messages.mo | Bin 143687 -> 143691 bytes
.../translations/zh/LC_MESSAGES/messages.po | 12 +++++++++---
20 files changed, 82 insertions(+), 34 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-10-14 12:51:13 pgAdmin 4 commit: 1) Fix issue where validate switch for the foreign ke
Previous Message Akshay Joshi 2019-10-14 06:41:29 Re: Japanese translation (October 2019)