Add field for tag GND IDs

Close #41
This commit is contained in:
2025-02-27 13:34:40 +01:00
parent ac6665ce00
commit 02b8fdb15e
7 changed files with 11 additions and 7 deletions

View File

@ -991,6 +991,10 @@ final class CsvxmlAvailableFields {
dependsOn: ["tag" . $i],
name_human_readable: $tlLoader->tl("overview", "overview", 'tags') . " (Wikidata)",
);
$availableFields[$tlLoader->tl("overview", "overview", 'tags')]["tag_gnd" . $i] = new FieldEntry(
dependsOn: ["tag" . $i],
name_human_readable: $tlLoader->tl("overview", "overview", 'tags') . " (GND)",
);
}