feat: gettext
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Moritz 2025-06-17 19:02:35 +02:00
parent d771e5b579
commit 3d7be1e2a0
Signed by: moritz
GPG key ID: 1020A035E5DD0824
15 changed files with 998 additions and 51 deletions

View file

@ -55,6 +55,7 @@ defmodule MvWeb do
use Phoenix.LiveView,
layout: {MvWeb.Layouts, :app}
on_mount MvWeb.LiveHelpers
unquote(html_helpers())
end
end