Skip to content

Commit d8d73c0

Browse files
committed
comment added
1 parent c79eb5b commit d8d73c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/jabref/logic/msbib/MSBibMapping.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ public class MSBibMapping {
2525

2626
private static final BiMap<Field, String> BIBLATEX_TO_MS_BIB = HashBiMap.create();
2727

28+
29+
// https://learn.microsoft.com/en-us/openspecs/office_standards/ms-oe376/6c085406-a698-4e12-9d4d-c3b0ee3dbc4a
2830
private static final BiMap<String, Integer> LANG_TO_LCID = HashBiMap.create();
2931

3032
static {

0 commit comments

Comments
 (0)