pgAdmin 4 - gettext usage fixes

Поиск
Список
Период
Сортировка
От Libor M.
Тема pgAdmin 4 - gettext usage fixes
Дата
Msg-id CAMavuw3D1u7QCxL3rfKHBzykjDZ5N+tqq1aeOwAnSP=nW8-4Vg@mail.gmail.com
обсуждение исходный текст
Ответы Re: pgAdmin 4 - gettext usage fixes  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
Список 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

Вложения

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

Предыдущее
От: Vijender Thakur
Дата:
Сообщение: Want to contribute as a developer
Следующее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Modified RESQL test cases for Foreign Tables to fix t