mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-19 09:42:11 +03:00
monitoring I18N translations
This commit is contained in:
@ -63,7 +63,7 @@ public class I18NTest {
|
|||||||
for (Map.Entry<String, List<String>> entry : missingTranslationsPerFile.entrySet()) {
|
for (Map.Entry<String, List<String>> entry : missingTranslationsPerFile.entrySet()) {
|
||||||
System.out.println("Following translations in file " + entry.getKey() + " are missing:");
|
System.out.println("Following translations in file " + entry.getKey() + " are missing:");
|
||||||
for (String key : entry.getValue()) {
|
for (String key : entry.getValue()) {
|
||||||
System.out.println("==> '" + key + "'");
|
System.out.println("==> '" + key.replaceAll("\n", "\\\\n").replaceAll(" ", "\\\\ ") + "'");
|
||||||
}
|
}
|
||||||
System.out.println();
|
System.out.println();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user