gbv / ng-skos

AngularJS module to work with simple knowledge organization systems (SKOS)
http://gbv.github.io/ng-skos/
8 stars 3 forks source link

skos-label: add fallback to any language #22

Open nichtich opened 8 years ago

nichtich commented 8 years ago

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,*"/>