Changes between Version 9 and Version 10 of GoogleSummerCode2019
- Timestamp:
- 02/05/19 20:23:28 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GoogleSummerCode2019
v9 v10 15 15 Review all the strings in the pgAdmin4 geometry viewer JS code in the repo, and ensure they are properly wrapped in gettext calls. Some info strings are not localized at all, and a couple are built using constructs like str = gettext("There were ") + num + gettext(" geometries rendered") which won't work with some languages. 16 16 17 Submit a pull request for the following bug in the pgAdmin geometry viewer, https://redmine.postgresql.org/issues/3601 18 17 19 18 20 ''Additional detail'':