]> source.dussan.org Git - nextcloud-server.git/commit
Provide the proper language to the mailer 20513/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Tue, 31 Mar 2020 12:02:39 +0000 (14:02 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Mon, 20 Apr 2020 20:21:19 +0000 (22:21 +0200)
commit1fa8a8e4843444ff55d1e303450dd8524e66bc4a
tree78c4387d8288a4c3b4c422cefdb5f1c43a8430d4
parent112a3487c5fcc0406862f8d843fc7c3b8735c392
Provide the proper language to the mailer

Else we can't properly translate the footer in the recipients e-mail
language.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
apps/theming/lib/ThemingDefaults.php
lib/private/Mail/EMailTemplate.php
lib/private/Mail/Mailer.php
lib/private/Server.php
lib/private/Share20/Manager.php
lib/private/legacy/defaults.php
lib/public/Defaults.php
lib/public/Mail/IEMailTemplate.php
tests/Settings/Mailer/NewUserMailHelperTest.php
tests/lib/Mail/EMailTemplateTest.php
tests/lib/Mail/MailerTest.php