pgAdmin 4 commit: Revert "Ensure client-side translations are correctly

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Revert "Ensure client-side translations are correctly
Date: 2017-03-28 01:27:24
Message-ID: E1csfuu-0008NB-Ub@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Revert "Ensure client-side translations are correctly extracted into the message templates."

This reverts commit 82bd97aed0be5f1c69c21dc1ac88570c0153e6bc.

There are still issues extracting with these changes.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=95f43d59b8559e2a03e628250975f850a3c5c7af

Modified Files
--------------
docs/en_US/translations.rst | 6 +-
web/babel.cfg | 1 -
web/pgadmin/about/templates/about/about.js | 8 +-
.../dashboard/templates/dashboard/js/dashboard.js | 132 ++++++++++-----------
.../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 +++++
web/regression/javascript/gettext_spec.js | 52 --------
web/regression/javascript/translate_spec.js | 52 ++++++++
11 files changed, 175 insertions(+), 176 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-03-28 02:11:38 pgAdmin 4 commit: Treat doc build warnings as errors for CI purposes an
Previous Message Dave Page 2017-03-28 01:19:08 Re: Javascript translations