Skip to content

Commit

Permalink
Standard / ISO19139 / i18n / Missing french translation (#8298)
Browse files Browse the repository at this point in the history
On application startup, the translation pack may report an error like the following

```
org.fao.geonet.api.exception.ResourceNotFoundException
        at org.fao.geonet.api.standards.StandardsUtils.getCodelistOrLabel(StandardsUtils.java:72)
        at org.fao.geonet.api.standards.StandardsUtils.getLabel(StandardsUtils.java:55)
        at org.fao.geonet.api.tools.i18n.TranslationPackBuilder.getStandardLabel(TranslationPackBuilder.java:217)
```
due to a missing french translation for element `DQ_EvaluationMethodTypeCode`

Follow up of #7180
  • Loading branch information
fxprunayre committed Aug 22, 2024
1 parent b874f86 commit 0331328
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion schemas/iso19139/src/main/plugin/iso19139/loc/fre/labels.xml
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,10 @@
n’est pas respectée.
</help>
<condition/>

</element>
<element name="gmd:DQ_EvaluationMethodTypeCode">
<label>Code du type de méthode d'évaluation</label>
<description>Type de méthode d'évaluation d'une mesure de qualité de données identifiée</description>
</element>
<element name="gmd:DQ_FormatConsistency" id="114.0">
<label>Cohérence du format</label>
Expand Down

0 comments on commit 0331328

Please sign in to comment.