vivo-project / VIVO

VIVO is an extensible semantic web application for research discovery and showcasing scholarly work
http://vivoweb.org
BSD 3-Clause "New" or "Revised" License
206 stars 129 forks source link

Adopting i18n bean to read translations from triple store instead from property files #3760

Closed chenejac closed 1 year ago

chenejac commented 2 years ago

i18n object used in ftl files should be filled from triple store. At the moment, labels are loaded from property files. Translated label is retrieved based on labelKey used in an ftl file, but the context has been also taken into account (selected language, application, theme).

Tasks (reported issues which should be checked)