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