From 0b55ded612778f8603069f4efd4a838b12ebd15a Mon Sep 17 00:00:00 2001 From: Badlop Date: Fri, 22 Jan 2021 12:58:44 +0100 Subject: When running "make translations" use the external ejabberd_po repository --- rebar.config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rebar.config') 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, -- cgit v1.2.3