From 9b064e6b59434e079afaee975d85f15f8ca62159 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 13 Apr 2022 23:05:55 +0100 Subject: [PATCH] community: add discourse-translator --- cookbooks/community/templates/default/web_only.yml.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/community/templates/default/web_only.yml.erb b/cookbooks/community/templates/default/web_only.yml.erb index 1aba518a1..fa4fcb924 100644 --- a/cookbooks/community/templates/default/web_only.yml.erb +++ b/cookbooks/community/templates/default/web_only.yml.erb @@ -94,6 +94,7 @@ hooks: - git clone --depth 1 https://github.com/discourse/discourse-canned-replies.git - git clone --depth 1 https://github.com/discourse/discourse-reactions.git - git clone --depth 1 https://github.com/discourse/discourse-prometheus.git + - git clone --depth 1 https://github.com/discourse/discourse-translator.git - exec: cd: $home cmd: -- 2.39.5