Send emails i18n'd using backend-stored user language

This commit is contained in:
Tusooa Zhu 2022-03-01 21:24:17 -05:00
commit 0149ea4538
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
11 changed files with 1760 additions and 273 deletions

View file

@ -156,6 +156,7 @@ defmodule Pleroma.User do
field(:last_status_at, :naive_datetime)
field(:birthday, :date)
field(:show_birthday, :boolean, default: false)
field(:language, :string)
embeds_one(
:notification_settings,