From a0a98a1a46e5165f59a3f6b4a2d9938d221226c0 Mon Sep 17 00:00:00 2001 From: Eliot Berriot <contact@eliotberriot.com> Date: Sun, 22 Jul 2018 14:13:07 +0200 Subject: [PATCH] Added link to help translate in the footer --- front/src/App.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/front/src/App.vue b/front/src/App.vue index 7e02e4f3..1fd000c9 100644 --- a/front/src/App.vue +++ b/front/src/App.vue @@ -70,6 +70,10 @@ </select> </div> </div> + <br> + <a target="_blank" href="https://translate.funkwhale.audio/engage/funkwhale/"> + <translate>Help us translate Funkwhale</translate> + </a> </div> </div> -- GitLab