slub / mets-mods2tei

Convert bibliographic meta data in MODS format to TEI headers
Apache License 2.0
8 stars 7 forks source link

Add exception handling for language code expansion #50

Closed wrznr closed 3 years ago

wrznr commented 3 years ago

Some libraries use non-iso-conform languages codes (e.g. lat for Latin in https://content.staatsbibliothek-berlin.de/dc/PPN647473836.mets.xml) This PR adds exception handling for UnknownLocaleError and some testing to increase general test coverage.

Fixes https://github.com/slub/mets-mods2tei/issues/47