Skip to content

Commit

Permalink
Instead of specifying the unicode explicitly, just use the symbol.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonharrer committed Oct 14, 2015
1 parent 6f46818 commit 0b59ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/sf/jabref/logic/l10n/Languages.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class Languages {
LANGUAGES.put("English", "en");
LANGUAGES.put("Español", "es");
LANGUAGES.put("Persian (فارسی)", "fa");
LANGUAGES.put("Fran\u00E7ais", "fr");
LANGUAGES.put("Français", "fr");
LANGUAGES.put("Bahasa Indonesia", "in");
LANGUAGES.put("Italiano", "it");
LANGUAGES.put("Japanese", "ja");
Expand Down

0 comments on commit 0b59ad8

Please sign in to comment.