pgAdmin 4 commit: Ensure client-side translations are correctlyextract

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Ensure client-side translations are correctlyextract
Дата
Msg-id E1csYNw-0000qr-3U@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Ensure client-side translations are correctly extracted into the message templates.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=82bd97aed0be5f1c69c21dc1ac88570c0153e6bc
Author: Sarah McAlear <smcalear@pivotal.io>

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, 176 insertions(+), 175 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Fixed 2190 - Move languageselection to Preferences.
Следующее
От: Dave Page
Дата:
Сообщение: Re: Javascript translations