diff --git a/app/CustomTags/GedcomL.php b/app/CustomTags/GedcomL.php index 61151d4a95c..f15152ab539 100644 --- a/app/CustomTags/GedcomL.php +++ b/app/CustomTags/GedcomL.php @@ -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')),