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