[Feature Request]: Add i18n support
Relevant Scope
angular application
Description
Please add i18n support to have geo localization translation
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
@geromegrignon I will be working on this feature.
Thanks Giovanni, assigned!
By uncommenting code from the navigation.component.html (https://github.com/angular-sanctuary/angular-hub/blob/main/angular-hub/src/app/components/navigation/navigation.component.html), you'll get a panel for user preferences.
It's displayed by default on medium to larger screens. It's toggled with an icon button on a smaller screen (button is part of the commented code).
Hello @giovnzcr, do you still have plans to work on this feature?
Hello @geromegrignon I am interested in continuing this feature
sure @ManuelPauloAfonso, I assigned you the task.
Keep in mind the project is using SSR so the idea would be to retrieve the proper language on server side to prerender in the right language.