Skip to content

[3801 i18n] Renaming files, removing language suffixes for rdf files

backups requested to merge github/fork/chenejac/renamingi18nFiles into i18n-redesign

Created by: chenejac

VIVO GitHub issue: 3803

Companion PR

What does this pull request do?

Remove language suffixes from i18n rdf files, because those files encode information about language in the form of language tags associated with labels.

What's new?

ttl, n3, nt files have been renamed (e.g. vivo-UiLabel_de_DE.ttl -> vivo-UiLabel.ttl) a property file has been renamed (all.properties -> vivo_all_en_US.properties)

How should this be tested?

  • Install VIVO
  • Add into runtime properties languages.selectableLocales = en_US, de_DE, sr_Latn_RS, ru_RU, fr_CA, en_CA, es, pt_BR
  • Run tomcat and open VIVO in a web browser
  • Change language of UI and browse a little bit

Interested parties

Tag (@ mention) interested parties or, if unsure, @VIVO-project/vivo-committers

Merge request reports