Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 0ff34ab6aeab521c80e55352e22a810988d18a64
https://github.com/pgadmin-org/pgadmin4/commit/0ff34ab6aeab521c80e55352e22a810988d18a64
Author: Libor M
Date: 2024-02-05 (Mon, 05 Feb 2024)
Changed
Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: ec5ea7e207d0234a97d17cd572c0cfc1a5922c8f
https://github.com/pgadmin-org/pgadmin4/commit/ec5ea7e207d0234a97d17cd572c0cfc1a5922c8f
Author: Libor M
Date: 2024-01-08 (Mon, 08 Jan 2024)
Changed
Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: a59372cbe32c98c00ec32555f57b712152b1fb11
https://github.com/pgadmin-org/pgadmin4/commit/a59372cbe32c98c00ec32555f57b712152b1fb11
Author: Libor M
Date: 2023-11-17 (Fri, 17 Nov 2023)
Changed
Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: ce372a73bf773a0c6bba5b919ec5e0476b26caf6
https://github.com/pgadmin-org/pgadmin4/commit/ce372a73bf773a0c6bba5b919ec5e0476b26caf6
Author: Libor M
Date: 2023-10-16 (Mon, 16 Oct 2023)
Changed
Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 93525a61969d917c5336377458219a56f8de7ade
https://github.com/pgadmin-org/pgadmin4/commit/93525a61969d917c5336377458219a56f8de7ade
Author: Libor M
Date: 2023-08-21 (Mon, 21 Aug 2023)
Changed
Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 538c1aa6223edb5bc7d5b7146c5eb35b53900df0
https://github.com/pgadmin-org/pgadmin4/commit/538c1aa6223edb5bc7d5b7146c5eb35b53900df0
Author: Libor M
Date: 2023-07-24 (Mon, 24 Jul 2023)
Changed
Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 5a228761768f179aa5636acad4b05a20c780f07d
https://github.com/pgadmin-org/pgadmin4/commit/5a228761768f179aa5636acad4b05a20c780f07d
Author: Libor M
Date: 2023-06-26 (Mon, 26 Jun 2023)
Changed
Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: e3aa616edd82da5314637ee5f44c1a95b67bc4b9
https://github.com/pgadmin-org/pgadmin4/commit/e3aa616edd82da5314637ee5f44c1a95b67bc4b9
Author: Libor M
Date: 2023-05-29 (Mon, 29 May 2023)
Changed
Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 2836285ba2c05121f1ed66227ff7aacb20919045
https://github.com/pgadmin-org/pgadmin4/commit/2836285ba2c05121f1ed66227ff7aacb20919045
Author: Libor M
Date: 2023-04-29 (Sat, 29 Apr 2023)
Changed
Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 17a4faeb6bdb49fab599ccb47be34a878a64ab88
https://github.com/pgadmin-org/pgadmin4/commit/17a4faeb6bdb49fab599ccb47be34a878a64ab88
Author: Libor M
Date: 2023-04-03 (Mon, 03 Apr 2023)
Changed
Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 9d307cf9ba2bf0ca202b45e5e930e6e0b08152ac
https://github.com/pgadmin-org/pgadmin4/commit/9d307cf9ba2bf0ca202b45e5e930e6e0b08152ac
Author: Libor M
Date: 2023-01-09 (Mon, 09 Jan 2023)
Changed
Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 35997a07e77fdf299ff14e01cac954ce8fb696b3
https://github.com/pgadmin-org/pgadmin4/commit/35997a07e77fdf299ff14e01cac954ce8fb696b3
Author: Libor M
Date: 2022-12-12 (Mon, 12 Dec 2022)
Changed
Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 3d0078c73d50e86ac8b1563f67407395df4fce21
https://github.com/pgadmin-org/pgadmin4/commit/3d0078c73d50e86ac8b1563f67407395df4fce21
Author: Libor M
Date: 2022-10-17 (Mon, 17 Oct 2022)
Changed
Hi,
I added some missing gettext usage and improved spaces in texts.
Diff file is attached.
Best regards,
Libor M.
E-mail: libor...@gmail.com
GitHub: https://github.com/liborm85
diff --git
a/web/pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.js
b/web
Hi,
I added missing gettext usage. Diff file is attached.
Best regards,
Libor M.
E-mail: libor...@gmail.com
GitHub: https://github.com/liborm85
pgadmin4_add_gettext.diff
Description: Binary data
Hi,
now not all occurrences of gettext are generated to messages.pot file.
In attachment is babel config modification for improve.
Best regards,
Libor M.
E-mail: libor...@gmail.com
GitHub: https://github.com/liborm85
diff --git a/web/babel.cfg b/web/babel.cfg
index 1e185bed8..71fc49993 100644
Hi,
I sending patch for slightly modified the use of gettext:
- fixed `%` vs. `.format()`
- unified texts and usage `%s` vs. `{}`/`{0}`
- improved text sentences for translate
- added gettext for next texts
Best regards,
Libor M.
E-mail: libor...@gmail.com
GitHub: https://github.com/liborm85
Hi,
next minor gettext and format fixes in patch.
Best regards,
Libor M.
E-mail: libor...@gmail.com
GitHub: https://github.com/liborm85
st 15. 4. 2020 v 13:17 odesílatel Akshay Joshi
napsal:
>
> Thanks, patch applied.
>
> On Wed, Apr 15, 2020 at 2:55 PM Aditya Toshniwal
>
7;cancel' needs to
be translated in Czech language as 'zrušit' but in another sentence as
'zrušení')
- added gettext for text translations
Diff file is attached.
Best regards,
Libor M.
E-mail: libor...@gmail.com
GitHub: https://github.com/liborm85
pgadmin4_gettext_fixes2.diff
Description: Binary data
ract" not support extracting from this
syntax
- added a lot of gettext for support translations
Diff file is attached.
Best regards,
Libor M.
E-mail: libor...@gmail.com
GitHub: https://github.com/liborm85
pgadmin4_gettext_fixes.diff
Description: Binary data
20 matches
Mail list logo