We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbd435 commit 33a1772Copy full SHA for 33a1772
app/src/processing/app/Preferences.java
@@ -270,8 +270,8 @@ static protected void init(String commandLinePrefs) {
270
try {
271
I18n.init(Preferences.get("editor.languages.current"));
272
} catch (MissingResourceException e) {
273
- I18n.init("");
274
- Preferences.set("editor.languages.current", "");
+ I18n.init("en");
+ Preferences.set("editor.languages.current", "en");
275
}
276
277
// set some other runtime constants (not saved on preferences file)
build/shared/revisions.txt
@@ -1,6 +1,9 @@
1
2
ARDUINO 1.5.4 BETA
3
4
+[ide]
5
+* Revert to English locale if the system default is not available
6
+
7
[libraries]
8
* sam: fixed wrong SPI initialization (noblepepper)
9
0 commit comments