add spanish
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-03 22:26:13 -05:00
parent 16155687c9
commit 8e771a2d9a
20 changed files with 85 additions and 50 deletions

View File

@ -126,7 +126,12 @@
<%= select(
f,
:locale,
[{gettext("English"), "en_US"}, {gettext("German"), "de"}, {gettext("French"), "fr"}],
[
{gettext("English"), "en_US"},
{gettext("German"), "de"},
{gettext("French"), "fr"},
{gettext("Spanish"), "es"}
],
class: "mx-2 my-1 min-w-md input input-primary"
) %>
<%= error_tag(f, :locale) %>