From 837cf59ef9f27d8cbc6d77120304d8dcf8e7e9bb Mon Sep 17 00:00:00 2001 From: David Mehren Date: Sun, 25 Apr 2021 22:28:42 +0200 Subject: Add support for freshly imported languages New languages: bg, fa, gl, he, hu, oc, pt-br Signed-off-by: David Mehren --- public/views/index/body.ejs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'public/views/index/body.ejs') diff --git a/public/views/index/body.ejs b/public/views/index/body.ejs index 5ae462d9..54d2b32f 100644 --- a/public/views/index/body.ejs +++ b/public/views/index/body.ejs @@ -157,6 +157,13 @@ + + + + + + +

<%- __('Powered by %s', 'HedgeDoc') %> | <%= __('Releases') %> | <%= __('Source Code') %><% if(imprint) { %> | <%= __('Imprint') %><% } %><% if(privacyStatement) { %> | <%= __('Privacy') %><% } %><% if(termsOfUse) { %> | <%= __('Terms of Use') %><% } %> -- cgit v1.2.3