Skip to content

refactor(i18n): improve translation overrides code

Ben Whitmore requested to merge improve-translation-overrides-20240620 into main

I've changed to a more idiomatic way of importing the translation files, that has better guarantee of including the translation files in the webpack bundle so they can be displayed.

The old way of importing worked as well, but I couldn't figure out from the docs why it worked. This approach is the idiomatic one and feels safer.

Merge request reports