nathanwoulfe / Plumber

The workflow solution for Umbraco 7
39 stars 20 forks source link

Feature request translating email notifications #159

Open rasolo opened 3 years ago

rasolo commented 3 years ago

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