diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2022-03-20 18:14:37 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2022-03-20 18:14:37 +0000 |
commit | d7c53da77adfcfc5cf1fd83dd0671b9de8147e15 (patch) | |
tree | 6887af6027159e4bb5b2bc829263cff47db825d9 /mix.exs | |
parent | e63d49d23811ae7a5994b7a8ebaae744988193a1 (diff) | |
parent | 79ccb6b9998ffffa32ba059c8e97f0f604db81f6 (diff) | |
download | pleroma-d7c53da77adfcfc5cf1fd83dd0671b9de8147e15.tar.gz pleroma-d7c53da77adfcfc5cf1fd83dd0671b9de8147e15.zip |
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.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"}, |