diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-20 14:40:12 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-20 14:40:12 +0200 |
| commit | 405910d2fd245e7a11e09eecb8c6fffb68d2169c (patch) | |
| tree | 7cb7e0011fee6c1c07ae81762640f0ab867e88b6 /lib/citation/dune | |
| parent | 1aeca948c2a2a82bffaaec65077140aa05f7b3f4 (diff) | |
| download | colitur-405910d2fd245e7a11e09eecb8c6fffb68d2169c.tar.gz colitur-405910d2fd245e7a11e09eecb8c6fffb68d2169c.zip | |
feat(citation): canonical book ids and tradition mapping
Seven books arrive in two spellings, inherited from lectio's ini and
ultimately from Divinum Officium. Collapse them onto one id here rather
than editing generated data.
Naming and renumbering are kept apart: a tradition decides which book an
id denotes, a language file decides what it is called.
Diffstat (limited to 'lib/citation/dune')
| -rw-r--r-- | lib/citation/dune | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/citation/dune b/lib/citation/dune new file mode 100644 index 0000000..e6cec3c --- /dev/null +++ b/lib/citation/dune @@ -0,0 +1,2 @@ +(library + (name colitur_citation)) |
