You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was no internationalization system.
Updating texts was complex and needed to access the code itself instead of a external file.
This commit does the following:
- Create service and tag `i18n`
- Move first translations to directory `i18n`
- Correct some translations
To be able to manage internationalization, we introduce i18next.
This commit does the following:
* Inject i18next into the project
* Create helper tag `i18n`
* Add translation for workspace table header
Objective
Have an internationalization system.
Current situation
Expected situation
The text was updated successfully, but these errors were encountered: