Translation

This commit is contained in:
paulevsGitch 2020-10-26 00:10:23 +03:00
parent 86608121aa
commit bb3a81ebb0
3 changed files with 18 additions and 3 deletions

View file

@ -56,7 +56,6 @@ public class TranslationHelper {
missingNamesEn.forEach((name) -> {
System.out.println(" \"" + name + "\": \"" + fastTranslateEn(name) + "\",");
});
}
if (!missingNamesRu.isEmpty()) {