X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=564db2d75bf88d339cc007acd029c7ebfdecd71f;hb=2df25e6666d0fb65a142b29becee9af0adce998b;hp=76e84c2b85dde370057bcdc935265872f24a392c;hpb=91d71500319255b0de5b18e8977d5e17fb1dda61;p=akkoma diff --git a/mix.exs b/mix.exs index 76e84c2b8..564db2d75 100644 --- a/mix.exs +++ b/mix.exs @@ -123,7 +123,10 @@ defmodule Pleroma.Mixfile do {:ecto_sql, "~> 3.6.2"}, {:postgrex, ">= 0.15.5"}, {:oban, "~> 2.3.4"}, - {:gettext, "~> 0.18"}, + {:gettext, + git: "https://github.com/tusooa/gettext.git", + ref: "72fb2496b6c5280ed911bdc3756890e7f38a4808", + override: true}, {:bcrypt_elixir, "~> 2.2"}, {:trailing_format_plug, "~> 0.0.7"}, {:fast_sanitize, "~> 0.2.0"},