You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 4, 2024. It is now read-only.
Since 0.1.12 it is not possible anymore to display a label of unknown language. If the list of languages contains a *, just any language should be used, e.g.
<!-- Try English, German, else just what language exists -->
<span skos-label="concept.prefLabel" lang="en,de,*"/>
Since 0.1.12 it is not possible anymore to display a label of unknown language. If the list of languages contains a
*, just any language should be used, e.g.