Skip to content

Retrieving inputs is not locale sensitive #36

@dannil

Description

@dannil

The fetching of inputs is right now performed by the model (see getInputs() in #11). Retrieving the inputs this way makes the model unable to handle different locales, and therefore only support the default language (Swedish).

A solution to this is to implement #12 which transfers the responsibility to a client. The client knows what locale is currently in use and the method can therefore be rewritten to either accept the locale as a parameter or the input URL is converted before calling this method.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions