Skip to content

Commit

Permalink
Fix: #4849 - SOUR:DATA:EVEN:PLAC:_GOV not recognised
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed Jul 20, 2023
1 parent 1df473d commit 6fa1474
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/CustomTags/GedcomL.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ public function tags(): array
'SOUR:DATA:EVEN:PLAC:_MAIDENHEAD' => new MaidenheadLocator(I18N::translate('Maidenhead location code')),
'SOUR:DATA:EVEN:PLAC:_POST' => new AddressPostalCode(I18N::translate('Postal code')),
'SOUR:DATA:EVEN:PLAC:_POST:DATE' => new DateValue(I18N::translate('Date')),
'SOUR:DATA:EVEN:PLAC:_GOV' => new GovIdentifier(I18N::translate('GOV identifier')),
'SUBM:ADDR:_NAME' => new CustomElement(I18N::translate('Name of addressee')),
'SUBM:_UID' => new PafUid(I18N::translate('Unique identifier')),
'SUBN:_UID' => new PafUid(I18N::translate('Unique identifier')),
Expand Down

0 comments on commit 6fa1474

Please sign in to comment.