diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-10-16 10:54:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-16 10:54:19 +0200 |
commit | dda6398a4079de18946da17a77e81853afc6d0e5 (patch) | |
tree | d5ba74a91b836c613eee4586c7f114350782796f /src/Wallabag | |
parent | 05c009bb853e12d263213298072325f63e3a1deb (diff) | |
parent | f69ab83a5aa2253abdadd88f4369726e45bcfc86 (diff) | |
download | wallabag-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
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> |