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

Create a translation service #35

Open F0urchette opened 3 years ago

F0urchette commented 3 years ago

Description

Create a translation service in which ngx-translate will be used (instead of using it directly) to abstract its use and make the code more flexible

Hints

The methods for initializing the localization (currently hard-coded in app.module.ts) and changing the localization will be integrated into it. A pipe will have to be created to translate directly from HTML with the new translation service