Improve CSV import error messages

Include email address in duplicate email error messages.
Add German translation for email uniqueness errors.
Ensure locale is set for translations in async tasks.
This commit is contained in:
Moritz 2026-01-25 18:33:28 +01:00
parent 5acb5e304d
commit 1d0ac6d280
4 changed files with 54 additions and 307 deletions

View file

@ -2111,3 +2111,18 @@ msgstr ""
#, elixir-autogen, elixir-format
msgid "Warnings"
msgstr ""
#: lib/mv/membership/import/member_csv.ex
#, elixir-autogen, elixir-format
msgid "Validation failed"
msgstr ""
#: lib/mv/membership/import/member_csv.ex
#, elixir-autogen, elixir-format
msgid "email"
msgstr ""
#: lib/mv/membership/import/member_csv.ex
#, elixir-autogen, elixir-format
msgid "email %{email} has already been taken"
msgstr ""