Closed syphax-bouazzouni closed 10 months ago
After discussion today :
Selector to position ion the UI at the level of the ontology 'on the right)
This selector must be populated with the naturalLanguage metadata property and explicitly say if the property is empty (so that the admin can fill in).
We keep the no_lang values even when a language is selected
We never retrieve (no more fallback) other languages if the one specified is not found
UI should manage the nil and [] possibilities in the previous case.
Deployed in production in https://github.com/ontoportal-lirmm/bioportal_web_ui/pull/240
Context
Currently, in the UI, we don't have any to show other data languages than English.
The idea is to give the user the possibility to show one on multiple languages in the UI for ontologies data, like concept prefLabel, synonyms, and definitions,...
References
see what's done in SKOSMOS and ShowVoc
Implementation