We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd798ab commit cba0435Copy full SHA for cba0435
arduino-core/src/cc/arduino/Compiler.java
@@ -64,6 +64,7 @@ public class Compiler implements MessageConsumer {
64
//used by transifex integration
65
static {
66
tr("'arch' folder is no longer supported! See http://goo.gl/gfFJzU for more information");
67
+ tr("Archiving built core (caching) in: {0}");
68
tr("Board {0} (platform {1}, package {2}) is unknown");
69
tr("Bootloader file specified but missing: {0}");
70
tr("Build options changed, rebuilding all");
0 commit comments