Added language support to mailer module.
By default the module will check if there is a user with the 'to' address as email.
If this user has a preferred language set, the mail wil be send out in this language.
Otherwise, the sites default language is used.
Plugins overriding MailerMailPluginBase::Constructor and MailerMailPluginBase::Create will need to update their definition adding the string_translation and language_manager service.
- Issue #3058007 by vijaycs85, Manuel Garcia: Error when define table definition with value 'false'
- Issue #3060811: Added --pipe output to dbsg command.
- Issue #3015391 by alonaoneill, Aanal.addweb: Capitalize the name of the module in .info.yml file
- Issue #3046001 by alonaoneill: Capitalize the name of the module in .info.yml file.
- Issue #3034728 by tstoeckler: ClientHints::getImageUri() is problematic.
- Tie preconfigured image styles to module so uninstalling removes image style configuration.
- Issue #3064215 by jan.stoeckler: Don't assume usage everywhere.
- Support URIs with arbitrary streams.