cidgoh / DataHarmonizer

A standardized browser-based spreadsheet editor and validator that can be run offline and locally, and which includes templates for SARS-CoV-2 and Monkeypox sampling data. This project, created by the Centre for Infectious Disease Genomics and One Health (CIDGOH), at Simon Fraser University, is now an open-source collaboration with contributions from the National Microbiome Data Collaborative (NMDC), the LinkML development team, and others.
MIT License
91 stars 23 forks source link

Changing the language should depend on the available user interface locales, not schema locales #430

Open kennethbruskiewicz opened 2 months ago

kennethbruskiewicz commented 2 months ago

Currently, the locale menu depends on a schema template having a translation. But the user interface translations are offered separately.

The behaviour of the menu should be such that (a) it offers option based on available user interface translations, and (b) signals when for a given user interface translation, a schema translation is also available.

Possibly, the language in the interface and language in the schema could be chosen at load time.