1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-20 14:54:31 +01:00

Add missing translation string (cached core)

This commit is contained in:
Martino Facchin 2017-06-23 16:49:37 +02:00
parent cd798abd1b
commit cba0435367

View File

@ -64,6 +64,7 @@ public class Compiler implements MessageConsumer {
//used by transifex integration
static {
tr("'arch' folder is no longer supported! See http://goo.gl/gfFJzU for more information");
tr("Archiving built core (caching) in: {0}");
tr("Board {0} (platform {1}, package {2}) is unknown");
tr("Bootloader file specified but missing: {0}");
tr("Build options changed, rebuilding all");