geonetwork / core-geonetwork

GeoNetwork is a catalog application to manage spatially referenced resources. It provides powerful metadata editing and search functions as well as an interactive web map viewer. It is currently used in numerous Spatial Data Infrastructure initiatives across the world.
http://geonetwork-opensource.org/
GNU General Public License v2.0
428 stars 489 forks source link

Incorrect translation in map data interface when hover over icon. #8143

Closed ianwallen closed 5 months ago

ianwallen commented 5 months ago

Describe the bug Incorrect translation in map interface.

To Reproduce Steps to reproduce the behavior:

  1. Ensure using English UI

  2. Using Hydrological Basins in Africa (Sample record, please remove!) (da165110-88fd-11da-a88f-000d939bc5d8) as a sample ISO 19139 record. Select image

  3. Click on a region on the map image

We can see that there is data for that region.

  1. Go to far left and hover over the following icon. The translation is incorrect. image

Expected behavior Expecting text to be in English.

Desktop (please complete the following information):

josegar74 commented 5 months ago

@ianwallen I guess probably it is related to this: https://github.com/geonetwork/core-geonetwork/blob/5f448a591d52e152325ff4c60bd1b3be882b7a10/web-ui/src/main/resources/catalog/components/viewer/gfi/FeaturesTable.js#L222

I don't know why is commented.

josegar74 commented 5 months ago

Uncommenting the code looks working:

tooltip-english

It was changed in https://github.com/geonetwork/core-geonetwork/commit/2c4f76b218e99fe445ae016dd4d8eca65afe21d7, @fxprunayre do you remember the reason?