Support fallbacking to other languages
This commit is contained in:
parent
cd42e2bed0
commit
79ccb6b999
5 changed files with 224 additions and 6 deletions
5
mix.exs
5
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"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue