aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-10-16 10:54:19 +0200
committerGitHub <noreply@github.com>2016-10-16 10:54:19 +0200
commitdda6398a4079de18946da17a77e81853afc6d0e5 (patch)
treed5ba74a91b836c613eee4586c7f114350782796f
parent05c009bb853e12d263213298072325f63e3a1deb (diff)
parentf69ab83a5aa2253abdadd88f4369726e45bcfc86 (diff)
downloadwallabag-dda6398a4079de18946da17a77e81853afc6d0e5.tar.gz
wallabag-dda6398a4079de18946da17a77e81853afc6d0e5.tar.zst
wallabag-dda6398a4079de18946da17a77e81853afc6d0e5.zip
Merge pull request #2457 from wallabag/link-german-docu
add link to German documentation in about page
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/common/Static/about.html.twig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/about.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/about.html.twig
index d0b94279..85945719 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/about.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/about.html.twig
@@ -36,6 +36,7 @@
36 <dt>{{ 'about.getting_help.documentation'|trans }}</dt> 36 <dt>{{ 'about.getting_help.documentation'|trans }}</dt>
37 <dd><a href="http://doc.wallabag.org/en/master/">english</a></dd> 37 <dd><a href="http://doc.wallabag.org/en/master/">english</a></dd>
38 <dd><a href="http://doc.wallabag.org/fr/master/">français</a></dd> 38 <dd><a href="http://doc.wallabag.org/fr/master/">français</a></dd>
39 <dd><a href="http://doc.wallabag.org/de/master/">deutsch</a></dd>
39 40
40 <dt>{{ 'about.getting_help.bug_reports'|trans }}</dt> 41 <dt>{{ 'about.getting_help.bug_reports'|trans }}</dt>
41 <dd>{{ 'about.getting_help.support'|trans|raw }}</dd> 42 <dd>{{ 'about.getting_help.support'|trans|raw }}</dd>