Skip to content

Make front end internationalizable #125

@mattj256

Description

@mattj256

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions