Skip to content

Commit

Permalink
one empty line is okay
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Oct 20, 2023
1 parent fa22e07 commit f79f308
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,10 @@ void findMissingLocalizationKeys() throws IOException {
key.getValueForEnglishPropertiesFile()))
.collect(Collectors.joining("\n",
"""
DETECTED LANGUAGE KEYS WHICH ARE NOT IN THE ENGLISH LANGUAGE FILE
PASTE THESE INTO THE ENGLISH LANGUAGE FILE
""",
"\n\n")));
}
Expand All @@ -143,8 +145,10 @@ void findObsoleteLocalizationKeys() throws IOException {
obsoleteKeys.stream().collect(Collectors.joining("\n",
"Obsolete keys found in language properties file: \n\n",
"""
1. CHECK IF THE KEY IS REALLY NOT USED ANYMORE
2. REMOVE THESE FROM THE ENGLISH LANGUAGE FILE
"""))
);
}
Expand Down

0 comments on commit f79f308

Please sign in to comment.