Skip to content

Commit

Permalink
Remove gettext from compilers
Browse files Browse the repository at this point in the history
I was seeing suggestions and warnings that this is no longer needed.
  • Loading branch information
skbolton committed Dec 5, 2022
1 parent 935da57 commit 5cafe6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Mantra.MixProject do
version: "0.1.0",
elixir: "~> 1.12",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:gettext] ++ Mix.compilers(),
compilers: Mix.compilers(),
start_permanent: Mix.env() == :prod,
aliases: aliases(),
deps: deps()
Expand Down

0 comments on commit 5cafe6d

Please sign in to comment.