Adding translations to an Elm package

Elm Gamepad has a configuration tool that needs to guide the user through the remapping, and currently does so only in English.
This is an accessibility barrier that I want to address and Matthias has graciously started working on it: https://github.com/xarvh/elm-gamepad/pull/36

However, before committing to an API, I would like to get some input from the community on how to do this in a nice way.

I couldn’t find any Elm package that requires translations in multiple languages.

Thanks! <3

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.