fix missing translations

This commit is contained in:
Moritz 2025-11-06 18:36:42 +01:00 committed by moritz
parent 5ce220862f
commit d02461f8ea
7 changed files with 179 additions and 108 deletions

View file

@ -22,7 +22,7 @@ defmodule Mv.MixProject do
def application do
[
mod: {Mv.Application, []},
extra_applications: [:logger, :runtime_tools]
extra_applications: [:logger, :runtime_tools, :gettext]
]
end