git4school / git4school-visu

Git4School, a dashboard for supporting teacher interventions in Software Engineering courses
https://git4school.firebaseapp.com/
Apache License 2.0
2 stars 3 forks source link

Decorrelate the selected language to the language used for searching the README information #122

Open F0urchette opened 2 years ago

F0urchette commented 2 years ago

Description

This correlation does not make sense and is problematic. To solve this problem, we will search for the information in all languages supported.

Wyrdix commented 1 month ago

I18n does not let us load all language files and get the translated key. It might be better to have a second list somewhere of all values, or to try to find a way around it.

Worst case we have to load all files to just get 2 values from them (kinda sad). This loading should be handled in initialization of service to prevent data from being fetched multiple times