Changes between Version 8 and Version 9 of GoogleSummerCode2019
- Timestamp:
- 02/05/19 20:21:29 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GoogleSummerCode2019
v8 v9 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 17 18 ''Additional detail'': 18 19