pgAdmin 4 commit: Fix translation extraction for new client side transl

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix translation extraction for new client side transl
Date: 2017-03-28 19:22:03
Message-ID: E1cswgt-0004E3-L6@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix translation extraction for new client side translations, and update catalogs.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1d27341e21e07b32fdc9cea0006d85aaa1970a8a
Author: Sarah McAlear <smcalear(at)pivotal(dot)io>

Modified Files
--------------
docs/en_US/translations.rst | 6 +-
web/babel.cfg | 8 +-
web/pgadmin/about/templates/about/about.js | 8 +-
.../dashboard/templates/dashboard/js/dashboard.js | 132 +-
web/pgadmin/messages.pot | 727 +-
web/pgadmin/misc/__init__.py | 2 +-
web/pgadmin/misc/static/explain/js/snap.svg-min.js | 21 -
web/pgadmin/misc/static/explain/js/snap.svg.js | 8149 --------------------
.../static/explain/vendor/snap.svg/snap.svg-min.js | 21 +
.../static/explain/vendor/snap.svg/snap.svg.js | 8149 ++++++++++++++++++++
.../templates/preferences/preferences.js | 22 +-
.../settings/templates/settings/settings.js | 8 +-
web/pgadmin/static/js/gettext.js | 32 +
web/pgadmin/static/js/selection/clipboard.js | 6 +-
web/pgadmin/static/js/translate.js | 32 -
.../translations/pl/LC_MESSAGES/messages.mo | Bin 114197 -> 112251 bytes
.../translations/pl/LC_MESSAGES/messages.po | 206 +-
.../translations/zh/LC_MESSAGES/messages.mo | Bin 97796 -> 96165 bytes
.../translations/zh/LC_MESSAGES/messages.po | 207 +-
web/regression/javascript/gettext_spec.js | 52 +
web/regression/javascript/translate_spec.js | 52 -
21 files changed, 9074 insertions(+), 8766 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-03-28 19:22:59 Re: Javascript translations
Previous Message Sarah McAlear 2017-03-28 18:04:40 Re: Javascript translations