Skip to content

Commit

Permalink
fix: Missing Viewer translation keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Merkur39 committed Mar 24, 2023
1 parent 7540bd6 commit 0f79e7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion react/Viewer/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
"caf": {
"number": "CAF file number"
},
"payment_proof_family_allowance": {
"number":"CAF file number"
},
"vehicle_registration": {
"number": "Vehicle registration number (VIN)"
},
Expand All @@ -70,7 +73,7 @@
"driver_license": {
"number": "License number"
},
"country": "Country of delivery",
"country": "Beneficiary nationality",
"refTaxIncome": "Reference tax income",
"contractType": "Contract type",
"noticePeriod": "Expiration alert",
Expand Down
5 changes: 4 additions & 1 deletion react/Viewer/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
"caf": {
"number": "Numéro de dossier CAF"
},
"payment_proof_family_allowance": {
"number":"Numéro de dossier CAF"
},
"vehicle_registration": {
"number": "Numéro de la carte grise (VIN)"
},
Expand All @@ -70,7 +73,7 @@
"driver_license": {
"number": "Numéro du permis"
},
"country": "Pays de délivrance",
"country": "Nationalité du bénéficiaire",
"refTaxIncome": "Revenu fiscal de référence",
"contractType": "Type de contat",
"noticePeriod": "Alerte d’expiration",
Expand Down

0 comments on commit 0f79e7e

Please sign in to comment.