Skip to content

Commit

Permalink
feat: Update relations choices
Browse files Browse the repository at this point in the history
  • Loading branch information
Merkur39 committed Nov 15, 2024
1 parent 56fd340 commit b1e798d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
12 changes: 8 additions & 4 deletions src/components/ContactCard/ContactForm/fieldsConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,13 +285,17 @@ export const fields = [
value: '{"type":"coWorker"}',
label: 'label.relationship.coWorker'
},
{
value: '{"type":"agent"}',
label: 'label.relationship.agent'
},
{
value: '{"type":"acquaintance"}',
label: 'label.relationship.acquaintance'
},
{
value: '{"type":"helper"}',
label: 'label.relationship.helper'
},
{
value: '{"type":"recipient"}',
label: 'label.relationship.recipient'
}
]
},
Expand Down
5 changes: 3 additions & 2 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,9 @@
"friend": "Friend",
"colleague": "Colleague",
"coWorker": "Co-worker",
"agent": "Agent",
"acquaintance": "Acquaintance"
"acquaintance": "Acquaintance",
"helper": "Helper",
"recipient": "Recipient"
}
},
"gender": {
Expand Down
13 changes: 7 additions & 6 deletions src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,14 @@
"parent": "Parent",
"child": "Enfant",
"sibling": "Frère/Soeur",
"spouse": "Conjoint(e)",
"spouse": "Conjoint",
"coResident": "Colocataire",
"friend": "Ami(e)",
"colleague": "Collègue",
"coWorker": "Associé(e)",
"agent": "Responsable",
"acquaintance": "Assistance"
"friend": "Ami",
"colleague": "Collègue/Collaborateur",
"coWorker": "Associé/Partenaire",
"acquaintance": "Connaissance",
"helper": "Assistant/Aidant",
"recipient": "Bénéficiaire/aidé"
}
},
"gender": {
Expand Down

0 comments on commit b1e798d

Please sign in to comment.