diff options
author | Tusooa Zhu <tusooa@kazv.moe> | 2022-03-06 11:43:31 -0500 |
---|---|---|
committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-03-06 11:43:31 -0500 |
commit | 79ccb6b9998ffffa32ba059c8e97f0f604db81f6 (patch) | |
tree | 58ed7434e457d56be3d5352f925ebd2e3d48468d /mix.exs | |
parent | cd42e2bed0039ce4939e4c55fb7fcd7cf2568b44 (diff) | |
download | pleroma-79ccb6b9998ffffa32ba059c8e97f0f604db81f6.tar.gz pleroma-79ccb6b9998ffffa32ba059c8e97f0f604db81f6.zip |
Support fallbacking to other languages
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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"}, |