summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-01-22 12:58:44 +0100
committerBadlop <badlop@process-one.net>2021-01-22 13:16:42 +0100
commit0b55ded612778f8603069f4efd4a838b12ebd15a (patch)
tree7eaddc6758709a8b582e256d25156c8f52196478 /rebar.config
parentmod_muc/mod_muc_room: add option limits for password and captcha_whitelist (#... (diff)
When running "make translations" use the external ejabberd_po repository
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config
index 78edd5ce..aadbb334 100644
--- a/rebar.config
+++ b/rebar.config
@@ -21,6 +21,8 @@
{deps, [{base64url, ".*", {git, "https://github.com/dvv/base64url", {tag, "1.0.1"}}},
{cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.26"}}},
{eimp, ".*", {git, "https://github.com/processone/eimp", {tag, "1.0.18"}}},
+ {if_var_true, tools,
+ {ejabberd_po, ".*", {git, "https://github.com/badlop/ejabberd-po", {branch, "main"}}}},
{if_var_true, elixir,
{elixir, ".*", {git, "https://github.com/elixir-lang/elixir", {tag, "v1.4.4"}}}},
{if_var_true, pam,