Skip to content

Commit

Permalink
feat(Viewer): Add missing translation
Browse files Browse the repository at this point in the history
for the National health insurance card
  • Loading branch information
Merkur39 committed Jun 29, 2023
1 parent bc2f05e commit 58014bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions react/Viewer/locales/en.json
Expand Up @@ -76,6 +76,9 @@
"residence_permit": {
"number": "License number"
},
"national_health_insurance_card": {
"number": "National health insurance card number"
},
"country": "Beneficiary nationality",
"refTaxIncome": "Reference tax income",
"contractType": "Contract type",
Expand Down
3 changes: 3 additions & 0 deletions react/Viewer/locales/fr.json
Expand Up @@ -76,6 +76,9 @@
"residence_permit": {
"number": "Numéro du permis"
},
"national_health_insurance_card": {
"number": "Numéro de la carte vitale"
},
"country": "Nationalité du bénéficiaire",
"refTaxIncome": "Revenu fiscal de référence",
"contractType": "Type de contrat",
Expand Down

0 comments on commit 58014bf

Please sign in to comment.