Support fallbacking to other languages

This commit is contained in:
Tusooa Zhu 2022-03-06 11:43:31 -05:00
commit 79ccb6b999
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
5 changed files with 224 additions and 6 deletions

View file

@ -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"},