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.
I18n._()
1 parent 40e9aa1 commit 82d3985Copy full SHA for 82d3985
arduino-core/src/processing/app/I18n.java
@@ -70,11 +70,6 @@ static protected void init(String language) throws MissingResourceException {
70
PROMPT_BROWSE = tr("Browse");
71
}
72
73
- @Deprecated
74
- public static String _(String s) {
75
- return tr(s);
76
- }
77
-
78
public static String tr(String s) {
79
String res;
80
try {
0 commit comments