Skip to content

Commit

Permalink
Add SOUR:QUAY and SOUR:TYPE for Heredis
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed Jan 10, 2025
1 parent ce210a3 commit 2344d2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/CustomTags/Heredis.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

use Fisharebest\Webtrees\Contracts\CustomTagInterface;
use Fisharebest\Webtrees\Contracts\ElementInterface;
use Fisharebest\Webtrees\Elements\CertaintyAssessment;
use Fisharebest\Webtrees\Elements\Creation;
use Fisharebest\Webtrees\Elements\CustomElement;
use Fisharebest\Webtrees\I18N;
Expand Down Expand Up @@ -53,6 +54,8 @@ public function tags(): array
'FAM:_CREA' => new Creation(I18N::translate('Created at')),
'INDI:_CREA' => new Creation(I18N::translate('Created at')),
'INDI:SIGN' => new CustomElement(I18N::translate('Signature')),
'SOUR:QUAY' => new CertaintyAssessment(I18N::translate('Quality of data')),
'SOUR:TYPE' => new CustomElement(I18N::translate('Type')),
/* Reported on the forum - but what do they mean?
'INDI:_FIL' => new CustomElement(I18N::translate('???')),
'INDI:*:_FNA' => new CustomElement(I18N::translate('???')),
Expand Down

0 comments on commit 2344d2c

Please sign in to comment.