Skip to content

Commit

Permalink
Call "mix loadpaths" in "mix gettext.merge" (#365)
Browse files Browse the repository at this point in the history
Fixes #358, again.

Co-authored-by: c4710n <c4710n@users.noreply.github.com>
  • Loading branch information
c4710n and c4710n committed Jun 1, 2023
1 parent 8cc657d commit 0cfacae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/mix/tasks/gettext.merge.ex
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ defmodule Mix.Tasks.Gettext.Merge do

@impl true
def run(args) do
Mix.Task.run("loadpaths")

_ = Mix.Project.get!()
gettext_config = Mix.Project.config()[:gettext] || []

Expand Down

0 comments on commit 0cfacae

Please sign in to comment.