Skip to content

Fix issues with initial language loading

Sandro Lutz requested to merge fix-language-loading into master

On the initial page load, the translations are not loaded correctly. It showed the translation key instead. Only after switching the language, the translations were loaded correctly.

This MR fixes this.

Merge request reports