1
0
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:
David Cuartielles
2012-04-08 03:51:37 +02:00
parent ad1d5ca89d
commit c3535a0d8e
50 changed files with 57471 additions and 1436 deletions

View File

@@ -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();