Skip to content

Commit

Permalink
feat: Add new translations for fine amount
Browse files Browse the repository at this point in the history
  • Loading branch information
Merkur39 committed Feb 15, 2024
1 parent 85a964f commit d7e681c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions react/ListItem/locales/en.json
Expand Up @@ -30,6 +30,7 @@
"bicNumber": "BIC number",
"passportNumber": "Passport number",
"number": {
"fine": "Amount of the fine",
"fidelity_card": "Card number",
"driver_license": "License number",
"caf": "CAF file number",
Expand Down
1 change: 1 addition & 0 deletions react/ListItem/locales/fr.json
Expand Up @@ -30,6 +30,7 @@
"bicNumber": "Numéro BIC",
"passportNumber": "Numéro du passeport",
"number": {
"fine": "Montant de l'amende",
"fidelity_card": "Numéro de la carte",
"driver_license": "Numéro du permis",
"caf": "Numéro de dossier CAF",
Expand Down
3 changes: 3 additions & 0 deletions react/Viewer/locales/en.json
Expand Up @@ -52,6 +52,9 @@
},
"information": {
"title": {
"fine": {
"number": "Amount of the fine"
},
"fidelity_card": {
"number": "Card number"
},
Expand Down
3 changes: 3 additions & 0 deletions react/Viewer/locales/fr.json
Expand Up @@ -52,6 +52,9 @@
},
"information": {
"title": {
"fine": {
"number": "Montant de l'amende"
},
"fidelity_card": {
"number": "Numéro de la carte"
},
Expand Down

0 comments on commit d7e681c

Please sign in to comment.