Skip to content

Commit

Permalink
Refine hint on pasting keys.
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Oct 27, 2024
1 parent 9c9556e commit 6503dc1
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,10 @@ void findMissingLocalizationKeys() throws IOException {
.collect(Collectors.joining("\n",
"""
DETECTED LANGUAGE KEYS WHICH ARE NOT IN THE ENGLISH LANGUAGE FILE
PASTE THESE INTO THE ENGLISH LANGUAGE FILE "JabRef_en.properties"
DETECTED LANGUAGE KEYS WHICH ARE NOT IN THE ENGLISH LANGUAGE FILE.
PASTE THESE INTO THE ENGLISH LANGUAGE FILE "JabRef_en.properties".
Search for a proper place; typically related keys are grouped together.
Maybe you find a similar key - then adapt your langauge instead of adding load to translators by adding a new key.
""",
"\n\n")));
Expand All @@ -148,8 +150,8 @@ void findObsoleteLocalizationKeys() throws IOException {
"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 "JabRef_en.properties"
1. CHECK IF THE KEY IS REALLY NOT USED ANYMORE.
2. REMOVE THESE FROM THE ENGLISH LANGUAGE FILE "JabRef_en.properties".
"""))
);
Expand Down

0 comments on commit 6503dc1

Please sign in to comment.