Small formatting fixes
This commit is contained in:
parent
ceeb36fc2a
commit
7be63c814d
1 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ public class TranslationHelper {
|
||||||
if (!missingNames.isEmpty()) {
|
if (!missingNames.isEmpty()) {
|
||||||
if (languageCode.equals("en_us")) {
|
if (languageCode.equals("en_us")) {
|
||||||
System.out.println("========================================");
|
System.out.println("========================================");
|
||||||
System.out.println(" AUTO ENGLISH BEAUTIFICATION");
|
System.out.println(" AUTO ENGLISH BEAUTIFICATION");
|
||||||
System.out.println("========================================");
|
System.out.println("========================================");
|
||||||
missingNames.stream().sorted().forEach(name -> {
|
missingNames.stream().sorted().forEach(name -> {
|
||||||
System.out.println(" \"" + name + "\": \"" + fastTranslateEn(name) + "\",");
|
System.out.println(" \"" + name + "\": \"" + fastTranslateEn(name) + "\",");
|
||||||
|
@ -86,7 +86,7 @@ public class TranslationHelper {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
System.out.println("========================================");
|
System.out.println("========================================");
|
||||||
System.out.println(" TEMPLATE: [" + languageCode + "]");
|
System.out.println(" TEMPLATE: [" + languageCode + "]");
|
||||||
System.out.println("========================================");
|
System.out.println("========================================");
|
||||||
missingNames.stream().sorted().forEach(name -> {
|
missingNames.stream().sorted().forEach(name -> {
|
||||||
System.out.println(" \"" + name + "\": \"\",");
|
System.out.println(" \"" + name + "\": \"\",");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue