Add civil name as a name variant type

Close #6
This commit is contained in:
2021-10-06 13:05:28 +02:00
parent 913fcbbaea
commit c3dfdbb5ac
2 changed files with 2 additions and 1 deletions

2
l18n

Submodule l18n updated: 2d2c65dc80...04ac0c5474

View File

@ -16,6 +16,7 @@ final class MDActorVariantTypesSet extends MDValueSet {
const ACTOR_VARIANT_TYPES = [
'',
'birth_name',
'civil_name',
'married_name',
'monastic_name',
'pseudonym',