fix registration page not offering all translations

This commit is contained in:
2024-10-26 13:34:53 -04:00
parent f722f9901b
commit 16a5cb9254
17 changed files with 32 additions and 173 deletions

View File

@ -29,7 +29,12 @@
<%= select(
f,
:locale,
[{gettext("English"), "en_US"}],
[
{"English", "en_US"},
{"Deutsch", "de"},
{"Français", "fr"},
{"Español", "es"}
],
class: "input input-primary col-span-2"
) %>
<%= error_tag(f, :locale) %>