Skip to content

Commit

Permalink
fix: add missing localization keys and fix one (#3224)
Browse files Browse the repository at this point in the history
  • Loading branch information
JanneJuhola authored Aug 26, 2024
1 parent 56a47c3 commit 69ac2d5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
8 changes: 7 additions & 1 deletion frontend/benefit/handler/public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
},
"statuses": {
"draft": "Luonnos",
"additionalInformationNeeded": "Lisätietoja tarvitaan",
"additional_information_needed": "Lisätietoja tarvitaan",
"received": "Vastaanotettu",
"accepted": "Myönteinen",
"rejected": "Kielteinen",
Expand Down Expand Up @@ -1796,6 +1796,12 @@
},
"handler": {
"label": "Käsittelijä"
},
"batch": {
"label": "Koonti"
},
"handledByAhjoAutomation": {
"label": "Käsitelty Ahjo automaatiolla"
}
}
}
Expand Down
8 changes: 7 additions & 1 deletion frontend/benefit/handler/public/locales/fi/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
},
"statuses": {
"draft": "Luonnos",
"additionalInformationNeeded": "Lisätietoja tarvitaan",
"additional_information_needed": "Lisätietoja tarvitaan",
"received": "Vastaanotettu",
"accepted": "Myönteinen",
"rejected": "Kielteinen",
Expand Down Expand Up @@ -1795,6 +1795,12 @@
},
"handler": {
"label": "Käsittelijä"
},
"batch": {
"label": "Koonti"
},
"handledByAhjoAutomation": {
"label": "Käsitelty Ahjo automaatiolla"
}
}
}
Expand Down
8 changes: 7 additions & 1 deletion frontend/benefit/handler/public/locales/sv/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
},
"statuses": {
"draft": "Luonnos",
"additionalInformationNeeded": "Lisätietoja tarvitaan",
"additional_information_needed": "Lisätietoja tarvitaan",
"received": "Vastaanotettu",
"accepted": "Myönteinen",
"rejected": "Kielteinen",
Expand Down Expand Up @@ -1796,6 +1796,12 @@
},
"handler": {
"label": "Käsittelijä"
},
"batch": {
"label": "Koonti"
},
"handledByAhjoAutomation": {
"label": "Käsitelty Ahjo automaatiolla"
}
}
}
Expand Down

0 comments on commit 69ac2d5

Please sign in to comment.