From b98ae12c4de21fc49caa42814cc645d9fda44958 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 22 May 2019 15:52:59 -0700 Subject: missing MARC/ISO languages --- python/fatcat_tools/importers/common.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python') diff --git a/python/fatcat_tools/importers/common.py b/python/fatcat_tools/importers/common.py index 7936dd92..690c7902 100644 --- a/python/fatcat_tools/importers/common.py +++ b/python/fatcat_tools/importers/common.py @@ -89,6 +89,8 @@ LANG_MAP_MARC = { # additions 'gle': 'ga', # "Irish" (Gaelic) + 'jav': 'jv', # Javanese + # 'map', for Austronesian languages, has no ISO 639-1 code } -- cgit v1.2.3