harbaum / upide

uPIDE is a simple IDE for Micropython
22 stars 6 forks source link

Translate German to English #3

Open maarten-pennings opened 2 years ago

maarten-pennings commented 2 years ago

The examples have german name, rest of the app is English.

harbaum commented 2 years ago

These examples are for a german Micropython book I am writing.

Actually "the rest of the app" is not just english but switches to german on a german operating system. But that doesn't work with the examples. I was already thinking about making them bi-lingual. But parts of the code also shows up inside the book and being be-lingual there would be a waste of paper.

But I could implement something that points to a complete different example if it finds a translated example online. I have to think about that.

maarten-pennings commented 2 years ago

Hmm understand the problem. Maybe you can make a DE and EN directory in the examples...

harbaum commented 2 years ago

Yeah. I could even load the right one automatically. I'll have a look at that.