Skip to content

refactor: Translations

Ethan Freestone requested to merge refactor/labelOverrides into main

Radical new translation pattern in kint-components, where NO translations live in the component itself.

Translation key is set up in the top level app, and then pulled in by kint-components to use in formatted messages, which then read from implementing apps translations, keeping the whole translation loop within FOLIO's ecosystem

Merge request reports