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 3870167 commit 8691374Copy full SHA for 8691374
app/src/cc/arduino/view/preferences/Preferences.java
@@ -48,7 +48,13 @@
48
public class Preferences extends javax.swing.JDialog {
49
50
private final Language[] languages;
51
+
52
+ // Languages that are not translated at least to 65% are
53
+ // kept in the "missingLanguages" array until they have enough
54
+ // translated strings.
55
+ @SuppressWarnings("unused")
56
private final Language[] missingLanguages;
57
58
private final WarningItem[] warningItems;
59
private final Base base;
60
0 commit comments