Skip to content

Commit

Permalink
Add missing translation for "HTML to Unicode" (#4046)
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored and Siedlerchr committed May 22, 2018
1 parent 3f902da commit 97abcb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class HtmlToUnicodeFormatter implements LayoutFormatter, Formatter {

@Override
public String getName() {
return "HTML to Unicode";
return Localization.lang("HTML to Unicode");
}

@Override
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/l10n/JabRef_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1945,6 +1945,7 @@ Changes\ all\ letters\ to\ upper\ case.=Changes all letters to upper case.
Changes\ the\ first\ letter\ of\ all\ words\ to\ capital\ case\ and\ the\ remaining\ letters\ to\ lower\ case.=Changes the first letter of all words to capital case and the remaining letters to lower case.
Cleans\ up\ LaTeX\ code.=Cleans up LaTeX code.
Converts\ HTML\ code\ to\ LaTeX\ code.=Converts HTML code to LaTeX code.
HTML\ to\ Unicode=HTML to Unicode
Converts\ HTML\ code\ to\ Unicode.=Converts HTML code to Unicode.
Converts\ LaTeX\ encoding\ to\ Unicode\ characters.=Converts LaTeX encoding to Unicode characters.
Converts\ Unicode\ characters\ to\ LaTeX\ encoding.=Converts Unicode characters to LaTeX encoding.
Expand Down

0 comments on commit 97abcb9

Please sign in to comment.