I think adding multi-language support should be somewhat easy. At least for languages that use the latin alphabet. I also gladly give it a try.
I would start by adding an answers folder under word-master/src/data/ and then add directories for every supported language, naming them after their respective ISO 639-1 code (e.g. en, de). In their we add the answers.js and words.js files.
For those supported languages I'd then add some dropdown in the config menu and store the chosen language in the local storage.
And then we obviuosly need all the word lists :nerd_face: I can offer German!
I think adding multi-language support should be somewhat easy. At least for languages that use the latin alphabet. I also gladly give it a try.
I would start by adding an answers folder under
word-master/src/data/
and then add directories for every supported language, naming them after their respective ISO 639-1 code (e.g. en, de). In their we add the answers.js and words.js files.For those supported languages I'd then add some dropdown in the config menu and store the chosen language in the local storage.
And then we obviuosly need all the word lists :nerd_face: I can offer German!