mirror of
https://github.com/esp8266/Arduino.git
synced 2025-12-18 10:22:18 +03:00
hacked the IDE to support multiple translations and include a dropdown list to choose the most convenient
This commit is contained in:
@@ -169,6 +169,9 @@ public class Base {
|
||||
// run static initialization that grabs all the prefs
|
||||
Preferences.init(null);
|
||||
|
||||
// load the I18n module for internationalization
|
||||
I18n.init(Preferences.get("editor.languages.current"));
|
||||
|
||||
// setup the theme coloring fun
|
||||
Theme.init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user