summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorTusooa Zhu <tusooa@kazv.moe>2022-03-06 11:43:31 -0500
committerTusooa Zhu <tusooa@kazv.moe>2022-03-06 11:43:31 -0500
commit79ccb6b9998ffffa32ba059c8e97f0f604db81f6 (patch)
tree58ed7434e457d56be3d5352f925ebd2e3d48468d /mix.exs
parentcd42e2bed0039ce4939e4c55fb7fcd7cf2568b44 (diff)
Support fallbacking to other languages
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 4387cb0aa..d732a2886 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"},