Is your feature request related to a problem? Please describe.
Requesting ability to translate email notification texts in Plumber\Workflow\Notifications\Emailer.cs. E.g add textstrings in translations file/xml for whichever langauge you need.
Describe the solution you'd like
I would like the following text strings in emails to be translatable:
Please review the following page for publish approval: Startsida
Workflow history
Publish requested by {user} on 8 {name of month in language}2021
Change description:
Current status: Pending Approval
Stage 1: Pending Approval
And the same for when it has been published and other emails.
So current status: pending approval should be translatable and all the other text including name of month.
Describe alternatives you've considered
Not hardcoded strings like now
Is your feature request related to a problem? Please describe. Requesting ability to translate email notification texts in Plumber\Workflow\Notifications\Emailer.cs. E.g add textstrings in translations file/xml for whichever langauge you need.
Describe the solution you'd like I would like the following text strings in emails to be translatable: Please review the following page for publish approval: Startsida
Workflow history
Publish requested by {user} on 8 {name of month in language}2021 Change description:
Current status: Pending Approval
Stage 1: Pending Approval
And the same for when it has been published and other emails. So current status: pending approval should be translatable and all the other text including name of month.
Describe alternatives you've considered Not hardcoded strings like now
Additional context