From f27f36bb24335d2ddf8304d7f60d5a33dd4d1bec Mon Sep 17 00:00:00 2001 From: Thomas Date: Thu, 22 Aug 2019 10:19:37 +0200 Subject: [PATCH] Add two missing translations --- templates/base.html.twig | 4 ++-- templates/fediplan/about.html.twig | 2 +- translations/fediplan.en.yaml | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/templates/base.html.twig b/templates/base.html.twig index 9d4efaf..f522e7d 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -47,13 +47,13 @@ FediPlan -{{ "now"|date("Y") }}
- Author: Thomas
+ {{ 'common.author'|trans }}: Thomas
Mastodon: @Fedilab
Framagit: @tom79
Github: @stom79
- License: GPL 3
+ {{ 'common.license'|trans }}: GPL 3
{{ 'common.source_code'|trans}}
diff --git a/templates/fediplan/about.html.twig b/templates/fediplan/about.html.twig index 4d9b1cb..feac9dc 100644 --- a/templates/fediplan/about.html.twig +++ b/templates/fediplan/about.html.twig @@ -4,7 +4,7 @@ {% block content %} {% include 'nav.html.twig' %} -

About

+

{{ 'common.about'|trans }}

diff --git a/translations/fediplan.en.yaml b/translations/fediplan.en.yaml index 34cae5d..ae36c75 100644 --- a/translations/fediplan.en.yaml +++ b/translations/fediplan.en.yaml @@ -19,6 +19,8 @@ common: proceed_confirm: Do you want to proceed? start_upload: Start upload counter: Counter + license: License + author: Author status: visibility: public: Public