Extend concordance lists for places and times

This commit is contained in:
Joshua Ramon Enslin 2024-04-19 16:37:58 +02:00
parent e735ee5800
commit 3671295ca9
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE
2 changed files with 6 additions and 0 deletions

View File

@ -56,6 +56,9 @@ final class MDConcPlace implements MDImporterConcordanceListInterface {
// 20: Copied
// 21: Lived
'Firmensitz' => 22,
// 25: Commissioned
// 26: Printing

View File

@ -13,6 +13,9 @@ final class MDConcTime implements MDImporterConcordanceListInterface {
private const TIME_ROLES_TO_EVENT_TYPE = [
"Hersteller" => 1,
"Herstellung" => 1,
# General / not yet (?) categorized
"Laufzeit" => 24,