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 From 0d943d128431f166045de53bd64575dac142d320 Mon Sep 17 00:00:00 2001 From: Erik Michelson Date: Mon, 26 Apr 2021 00:18:08 +0200 Subject: Extract list of supported languages in separate file Signed-off-by: Erik Michelson --- public/views/index/body.ejs | 39 +-------------------------------------- 1 file changed, 1 insertion(+), 38 deletions(-) (limited to 'public/views/index/body.ejs') diff --git a/public/views/index/body.ejs b/public/views/index/body.ejs index 54d2b32f..ca6204b1 100644 --- a/public/views/index/body.ejs +++ b/public/views/index/body.ejs @@ -127,44 +127,7 @@

- +

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

-- cgit v1.2.3