mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +01:00
monitoring I18N translations
This commit is contained in:
parent
5fd56b5d91
commit
8a8bb44745
@ -63,7 +63,7 @@ public class I18NTest {
|
||||
for (Map.Entry<String, List<String>> entry : missingTranslationsPerFile.entrySet()) {
|
||||
System.out.println("Following translations in file " + entry.getKey() + " are missing:");
|
||||
for (String key : entry.getValue()) {
|
||||
System.out.println("==> '" + key + "'");
|
||||
System.out.println("==> '" + key.replaceAll("\n", "\\\\n").replaceAll(" ", "\\\\ ") + "'");
|
||||
}
|
||||
System.out.println();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user