aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorSven Fischer <git-dev@linux4tw.de>2016-10-16 09:23:58 +0200
committerSven Fischer <git-dev@linux4tw.de>2016-10-16 09:23:58 +0200
commitf69ab83a5aa2253abdadd88f4369726e45bcfc86 (patch)
treed5ba74a91b836c613eee4586c7f114350782796f /src
parent05c009bb853e12d263213298072325f63e3a1deb (diff)
downloadwallabag-f69ab83a5aa2253abdadd88f4369726e45bcfc86.tar.gz
wallabag-f69ab83a5aa2253abdadd88f4369726e45bcfc86.tar.zst
wallabag-f69ab83a5aa2253abdadd88f4369726e45bcfc86.zip
add link to German documentation in about page
Diffstat (limited to 'src')
-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>