Skip to content

Commit

Permalink
fix: localization keys added to change messages (#2880)
Browse files Browse the repository at this point in the history
  • Loading branch information
JanneJuhola authored Mar 14, 2024
1 parent afbc97a commit fe485ab
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
15 changes: 15 additions & 0 deletions frontend/benefit/handler/public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -1342,6 +1342,21 @@
"apprenticeshipProgram": {
"label": "Oppisopimus"
},
"commissionAmount": {
"label": "Toimeksiannon summa"
},
"companyDepartment": {
"label": "Toimipiste (valinnainen)"
},
"applicantLanguage": {
"label": "Asiointikieli"
},
"ahjoCaseGuid": {
"label": "Ahjo guid"
},
"ahjoCaseId": {
"label": "Diaarinro"
},
"attachments": {
"label": "Liite"
}
Expand Down
15 changes: 15 additions & 0 deletions frontend/benefit/handler/public/locales/fi/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -1342,6 +1342,21 @@
"apprenticeshipProgram": {
"label": "Oppisopimus"
},
"commissionAmount": {
"label": "Toimeksiannon summa"
},
"companyDepartment": {
"label": "Toimipiste (valinnainen)"
},
"applicantLanguage": {
"label": "Asiointikieli"
},
"ahjoCaseGuid": {
"label": "Ahjo guid"
},
"ahjoCaseId": {
"label": "Diaarinro"
},
"attachments": {
"label": "Liite"
}
Expand Down
15 changes: 15 additions & 0 deletions frontend/benefit/handler/public/locales/sv/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -1342,6 +1342,21 @@
"apprenticeshipProgram": {
"label": "Oppisopimus"
},
"commissionAmount": {
"label": "Toimeksiannon summa"
},
"companyDepartment": {
"label": "Toimipiste (valinnainen)"
},
"applicantLanguage": {
"label": "Asiointikieli"
},
"ahjoCaseGuid": {
"label": "Ahjo guid"
},
"ahjoCaseId": {
"label": "Diaarinro"
},
"attachments": {
"label": "Liite"
}
Expand Down

0 comments on commit fe485ab

Please sign in to comment.