pgAdmin 4 commit: Fix 'placeholders are incompatible' issue in the mess - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fix 'placeholders are incompatible' issue in the mess
Date
Msg-id E1iJuhL-0002BW-Mv@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: Japanese translation (October 2019)
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: 1) Fix issue where validate switch for the foreign ke