add suggestions

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2025-09-28 00:05:38 +02:00
parent f232306405
commit 0f83bfe0bf

View File

@@ -56,6 +56,7 @@ var (
"streetaddress": "address", "streetaddress": "address",
"ville": "city", "ville": "city",
"pays": "country", "pays": "country",
"courriel": "email",
"mail": "email", "mail": "email",
"zip": "postal_code", "zip": "postal_code",
"postalcode": "postal_code", "postalcode": "postal_code",
@@ -68,6 +69,7 @@ var (
"passwordhashed": "password_hash", "passwordhashed": "password_hash",
"passwd": "password", "passwd": "password",
"birthdate": "birth_date", "birthdate": "birth_date",
"datedenaissance": "birth_date",
"dob": "birth_date", "dob": "birth_date",
"dateofbirth": "birth_date", "dateofbirth": "birth_date",
"datenaissance": "birth_date", "datenaissance": "birth_date",
@@ -76,6 +78,7 @@ var (
"datedecreation": "creation_date", "datedecreation": "creation_date",
"createdat": "creation_date", "createdat": "creation_date",
"phonenumber": "phone", "phonenumber": "phone",
"telephone": "phone",
"numero": "phone", "numero": "phone",
"numerotelephone": "phone", "numerotelephone": "phone",
"numeromobile": "phone", "numeromobile": "phone",