Epicpkmn11 / WordleDS

A clone of Wordle for the Nintendo DS(i)
GNU General Public License v3.0
54 stars 12 forks source link

[Suggestion] Add support for other languages #2

Closed thecatcore closed 2 years ago

Epicpkmn11 commented 2 years ago

I don't have plans to add other languages myself, however I've designed it to be fairly easy to edit so if you want to make a fork in another language feel free.

It was missing proper support for anything beyond ASCII, but as of e5b7e40358a780763e9757407504b755a4a29224 it should be relatively trivial to add support for other languages.

(ex. Added É and Ê) ss

I've put some basic instructions on where to edit in the README and I'm happy to help if needed.