Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internationalization #38

Open
grizio opened this issue Nov 11, 2018 · 0 comments
Open

Internationalization #38

grizio opened this issue Nov 11, 2018 · 0 comments
Labels

Comments

@grizio
Copy link
Collaborator

grizio commented Nov 11, 2018

Objective

Have an internationalization system.

Current situation

  • The application is not international
  • It is hard to contribute on text (typos, vocabulary, …)

Expected situation

  • There is an internationalization system
  • Texts are externalized in a file easily usable by non-technical contributors
@grizio grizio changed the title internationalization Internationalization Nov 11, 2018
grizio pushed a commit to grizio/Semantic-Bus that referenced this issue Nov 11, 2018
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
grizio pushed a commit that referenced this issue May 12, 2019
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants