jczic / ESP32-MPY-Jama

v1.2 - UI tool for manage Espressif ESP32 microcontrollers with embedded MicroPython for MacOS, Windows and Linux: mini IDE, files manager, REPL, real time dashboards (sys/net), advanced features (gpio/mp3/leds/...)
https://github.com/jczic/ESP32-MPY-Jama
MIT License
410 stars 25 forks source link

Build/packaging sets lang to fr #6

Closed andypiper closed 1 year ago

andypiper commented 1 year ago

Small observation :-) I noticed that the full screen option was in French on my Mac - I switched this in Info.plist inside the app bundle:

    <key>CFBundleDevelopmentRegion</key>
    <string>en</string>

I guess this could be removed to default to the user's OS language.

jczic commented 1 year ago

Hi @andypiper, thank you, I've fixed that in my Mac bundle configuration :) Have a nice day!