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
202 stars 127 forks source link

Translations for search related individuals #3928

Closed litvinovg closed 4 months ago

litvinovg commented 6 months ago

Related Vitro PR

What does this pull request do?

Translations for VIVO individuals presented on search results page

@chenejac Added translations for different languages. We need reviews from native speakers.

litvinovg commented 5 months ago

@litvinovg the search query (created at the home page) is lost if locale is changed. I am wondering whether you can switch http method of the form to be GET instead of POST at the home page? I mean something similar as you already did for Vitro here? It should be also applied for VIVO themes (I suggest to do that for all three themes):

* https://github.com/vivo-project/VIVO/blob/75a1df02cb30b4c3d7cf2c571ee9b925fce213b1/webapp/src/main/webapp/themes/wilma/templates/page-home.ftl#L47

* https://github.com/vivo-project/VIVO/blob/75a1df02cb30b4c3d7cf2c571ee9b925fce213b1/webapp/src/main/webapp/themes/tenderfoot/templates/page/page-home.ftl#L43

* https://github.com/vivo-project/VIVO/blob/75a1df02cb30b4c3d7cf2c571ee9b925fce213b1/webapp/src/main/webapp/themes/nemo/templates/page-home.ftl#L43

Done