[pgadmin-hackers] pgAdmin 4 commit: Add a mechanism for centralising JS translations,to

Поиск
Список
Период
Сортировка
От Dave Page
Тема [pgadmin-hackers] pgAdmin 4 commit: Add a mechanism for centralising JS translations,to
Дата
Msg-id E1coCRO-0007Py-8d@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Add a mechanism for centralising JS translations, to avoid having to render many JS files with Jinja.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4445f9dd63709849875cd3e422d4df3d50bca8da
Author: Atira Odhner <aodhner@pivotal.io>

Modified Files
--------------
test/javascript/fake_translations.js           |  3 ++
test/javascript/translate_spec.js              | 43 ++++++++++++++++++++++++++
web/pgadmin/static/js/translate.js             | 32 +++++++++++++++++++
web/pgadmin/tools/__init__.py                  | 19 +++++++++++-
web/pgadmin/tools/templates/js/translations.js |  4 +++
5 files changed, 100 insertions(+), 1 deletion(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: [pgadmin-hackers] pgAdmin 4 commit: Add Jasmine test framework for JS testing.
Следующее
От: Dave Page
Дата:
Сообщение: [pgadmin-hackers] pgAdmin 4 commit: Refactor clipboard copying into a separate file foru