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

Make front end internationalizable #125

Open
mattj256 opened this issue Jan 26, 2016 · 0 comments
Open

Make front end internationalizable #125

mattj256 opened this issue Jan 26, 2016 · 0 comments

Comments

@mattj256
Copy link
Collaborator

I just took a quick peek at the source code, and there is English display text hard-coded in a JavaScript file. If you (ever) want to translate the front end, the standard way to do this is to pull all the user-visible text out into separate file(s) with key-value pairs and then only refer to the key in the source code. The more front-end text is hard-coded in source code, the harder it becomes to make this change later.

I'm not saying this is high priority, just that it shouldn't get lost.

Meanwhile if you're really never planning on making it possible to translate the front end you should close this out and be done with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant