File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/test/java/org/jabref/logic/l10n Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -130,8 +130,10 @@ void findMissingLocalizationKeys() throws IOException {
130
130
key .getValueForEnglishPropertiesFile ()))
131
131
.collect (Collectors .joining ("\n " ,
132
132
"""
133
+
133
134
DETECTED LANGUAGE KEYS WHICH ARE NOT IN THE ENGLISH LANGUAGE FILE
134
135
PASTE THESE INTO THE ENGLISH LANGUAGE FILE
136
+
135
137
""" ,
136
138
"\n \n " )));
137
139
}
@@ -143,8 +145,10 @@ void findObsoleteLocalizationKeys() throws IOException {
143
145
obsoleteKeys .stream ().collect (Collectors .joining ("\n " ,
144
146
"Obsolete keys found in language properties file: \n \n " ,
145
147
"""
148
+
146
149
1. CHECK IF THE KEY IS REALLY NOT USED ANYMORE
147
150
2. REMOVE THESE FROM THE ENGLISH LANGUAGE FILE
151
+
148
152
""" ))
149
153
);
150
154
}
You can’t perform that action at this time.
0 commit comments