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 #10

Open
ekuiter opened this issue Sep 18, 2018 · 0 comments
Open

Internationalization #10

ekuiter opened this issue Sep 18, 2018 · 0 comments
Labels
client enhancement New feature or request server
Milestone

Comments

@ekuiter
Copy link
Owner

ekuiter commented Sep 18, 2018

Right now, the editor only includes support for the English language and some extension points in i18n.js. For true internationalization, the following has to be done:

  • implement a language chooser mechanism. This may be part of the Redux store (meaning that i18n needs to subscribe the store, which may be overkill) or just some global state that requires a reload to change (as done in draw.io).
  • add more languages (which is just a matter of extending the string table in i18n.js)
  • handle strings hard-coded into the server (i.e., error messages contained in exceptions). To keep all presentation matters in one place (the client) and allow different clients to have different languages, these should be moved to the client. The server then only transmits some sort of error code.
@ekuiter ekuiter added enhancement New feature or request and removed feature labels Sep 18, 2018
@ekuiter ekuiter added this to the Long-term milestone Feb 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client enhancement New feature or request server
Projects
None yet
Development

No branches or pull requests

1 participant