mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-17 11:54:33 +01:00
Revert to English locale if the system default is not available
See #1525
This commit is contained in:
parent
4cbd435163
commit
33a177260e
@ -270,8 +270,8 @@ public class Preferences {
|
||||
try {
|
||||
I18n.init(Preferences.get("editor.languages.current"));
|
||||
} catch (MissingResourceException e) {
|
||||
I18n.init("");
|
||||
Preferences.set("editor.languages.current", "");
|
||||
I18n.init("en");
|
||||
Preferences.set("editor.languages.current", "en");
|
||||
}
|
||||
|
||||
// set some other runtime constants (not saved on preferences file)
|
||||
|
@ -1,6 +1,9 @@
|
||||
|
||||
ARDUINO 1.5.4 BETA
|
||||
|
||||
[ide]
|
||||
* Revert to English locale if the system default is not available
|
||||
|
||||
[libraries]
|
||||
* sam: fixed wrong SPI initialization (noblepepper)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user