summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2022-03-20 18:14:37 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2022-03-20 18:14:37 +0000
commitd7c53da77adfcfc5cf1fd83dd0671b9de8147e15 (patch)
tree6887af6027159e4bb5b2bc829263cff47db825d9 /mix.exs
parente63d49d23811ae7a5994b7a8ebaae744988193a1 (diff)
parent79ccb6b9998ffffa32ba059c8e97f0f604db81f6 (diff)
Merge branch 'from/upstream-develop/tusooa/translate-pages' into 'develop'
Translate backend-rendered pages See merge request pleroma/pleroma!3634
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs5
1 files changed, 4 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 7893b8438..c58a239ce 100644
--- a/mix.exs
+++ b/mix.exs
@@ -124,7 +124,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"},