QGIS/scripts
Aleix Pol 144db4bc70 appdata: be mindful of the xml elements depth when translating
We were doing a deep search for "name" which happened for the component
name _and_ and the developer name, which is in a deeper tag.
Instead of doing a deep search, just look for the elements we care about
among the component element's children.

Fixes this error from appstreamcli:
org.qgis.qgis.metainfo.xml
  E: org.qgis.qgis.desktop:88: tag-duplicated name (lang=de)
  E: org.qgis.qgis.desktop:88: tag-duplicated name (lang=hu)
  E: org.qgis.qgis.desktop:88: tag-duplicated name (lang=lt)
  E: org.qgis.qgis.desktop:88: tag-duplicated name (lang=nb)
  E: org.qgis.qgis.desktop:88: tag-duplicated name (lang=zh-Hans)
2024-06-26 12:36:23 +10:00
..
2024-05-01 06:19:53 +02:00
2024-02-23 13:00:29 +01:00
2023-04-20 21:12:22 +02:00
2023-12-13 05:36:44 +10:00
2024-05-15 15:50:23 +02:00