diff options
author | Sven Fischer <git-dev@linux4tw.de> | 2016-10-16 09:23:58 +0200 |
---|---|---|
committer | Sven Fischer <git-dev@linux4tw.de> | 2016-10-16 09:23:58 +0200 |
commit | f69ab83a5aa2253abdadd88f4369726e45bcfc86 (patch) | |
tree | d5ba74a91b836c613eee4586c7f114350782796f /src/Wallabag | |
parent | 05c009bb853e12d263213298072325f63e3a1deb (diff) | |
download | wallabag-f69ab83a5aa2253abdadd88f4369726e45bcfc86.tar.gz wallabag-f69ab83a5aa2253abdadd88f4369726e45bcfc86.tar.zst wallabag-f69ab83a5aa2253abdadd88f4369726e45bcfc86.zip |
add link to German documentation in about page
Diffstat (limited to 'src/Wallabag')
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/themes/common/Static/about.html.twig | 1 |
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> |