Skip to content

Commit

Permalink
feat(ListItem): Add netSocialAmount and contentAuthor metadata su…
Browse files Browse the repository at this point in the history
…pport
  • Loading branch information
JF-Cozy committed Feb 26, 2024
1 parent 63221f4 commit d54faa6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions react/ListItem/ExpandedAttributes/helpers.js
Expand Up @@ -35,6 +35,8 @@ export const defaultExpandedAttributes = {
'metadata.vinNumber',
'metadata.ibanNumber',
'metadata.bicNumber',
'metadata.netSocialAmount',
'metadata.contentAuthor',
'metadata.passportNumber',
'metadata.noticePeriod',
'metadata.obtentionDate',
Expand Down
3 changes: 3 additions & 0 deletions react/ListItem/locales/en.json
Expand Up @@ -29,7 +29,10 @@
"ibanNumber": "IBAN number",
"bicNumber": "BIC number",
"passportNumber": "Passport number",
"netSocialAmount": "Net social amount",
"contentAuthor": "Name of employer",
"number": {
"pay_sheet": "Gross remuneration",
"fine": "Amount of the fine",
"fidelity_card": "Card number",
"driver_license": "License number",
Expand Down
3 changes: 3 additions & 0 deletions react/ListItem/locales/fr.json
Expand Up @@ -29,7 +29,10 @@
"ibanNumber": "Numéro d'IBAN",
"bicNumber": "Numéro BIC",
"passportNumber": "Numéro du passeport",
"netSocialAmount": "Montant net social",
"contentAuthor": "Nom de l'employeur",
"number": {
"pay_sheet": "Rémunération brute",
"fine": "Montant de l'amende",
"fidelity_card": "Numéro de la carte",
"driver_license": "Numéro du permis",
Expand Down

0 comments on commit d54faa6

Please sign in to comment.