pgadmin4/web/pgadmin/tools/maintenance
Libor M 94864104e4 Added and fixed gettext usage for better translation coverage. Fixes #5284
1) Fixed usage gettext('') instead of _('') in javascript files.
  2) Fixed usage gettext('') instead of `${gettext('')}` in javascript files,
     because "pybabel extract" not support extracting from this syntax.
2020-03-24 11:14:05 +05:30
..
static/js Fixed some accessibility issues in the dialogs: 2020-03-19 16:08:51 +05:30
templates/maintenance/sql Fix ordering of VACUUM options which changed in PG11. Fixes #3836 2019-01-10 15:29:55 +05:30
tests Added Python 3.8 support. Fixes #5179 2020-02-18 12:10:38 +05:30
__init__.py Added and fixed gettext usage for better translation coverage. Fixes #5284 2020-03-24 11:14:05 +05:30