Send emails i18n'd using backend-stored user language
This commit is contained in:
parent
af82f09ce3
commit
0149ea4538
11 changed files with 1760 additions and 273 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue