diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2017-05-20 11:30:46 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2017-05-20 11:30:46 +0200 |
commit | bd5a61a44e6925d2003547cf9fbfaf1066c65aa1 (patch) | |
tree | a4585e8f4018ebb5267adbf4fe7f5f4fc4dbe427 | |
parent | fd0b9834b09d4afe5bdaccc42e3e5c73d64d25d6 (diff) |
additional value for tellico field types
-rwxr-xr-x | scripts/tellico2lesana | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/tellico2lesana b/scripts/tellico2lesana index e820069..c3cbeef 100755 --- a/scripts/tellico2lesana +++ b/scripts/tellico2lesana @@ -12,6 +12,7 @@ XML_NS = '{http://periapsis.org/tellico/}' # https://docs.kde.org/trunk5/en/extragear-office/tellico/field-type-values.html F_TYPE_MAP = { + '0': 'string', # not in the specs, but seen in the wild '1': 'string', '2': 'text', '3': 'string', |