pgAdmin 4 - gettext usage fixes - Mailing list pgadmin-hackers

From Libor M.
Subject pgAdmin 4 - gettext usage fixes
Date
Msg-id CAMavuw3D1u7QCxL3rfKHBzykjDZ5N+tqq1aeOwAnSP=nW8-4Vg@mail.gmail.com
Whole thread Raw
Responses Re: pgAdmin 4 - gettext usage fixes  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
List pgadmin-hackers
Hello,
I fixed using gettext function and add more usages for translations,
specifically:

- fixed usage gettext('') instead of _('') in javascript files
- fixed usage gettext('') instead of `${gettext('')}` in javascript
files, because "pybabel extract" not support extracting from this
syntax
- added a lot of gettext for support translations

Diff file is attached.

Best regards,

Libor M.

E-mail: liborm85@gmail.com
GitHub: https://github.com/liborm85

Attachment

pgadmin-hackers by date:

Previous
From: Vijender Thakur
Date:
Subject: Want to contribute as a developer
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Modified RESQL test cases for Foreign Tables to fix t