Add two missing translations

This commit is contained in:
Thomas 2019-08-22 10:19:37 +02:00
parent 1f409eb608
commit f27f36bb24
3 changed files with 5 additions and 3 deletions

View file

@ -47,13 +47,13 @@
FediPlan -{{ "now"|date("Y") }} FediPlan -{{ "now"|date("Y") }}
</div> </div>
<div class="col-md-4" style="margin-top: 10px; text-align: center;"> <div class="col-md-4" style="margin-top: 10px; text-align: center;">
Author: Thomas<br/> {{ 'common.author'|trans }}: Thomas<br/>
Mastodon: <a href="https://framapiaf.org/@fedilab" target="_blank">@Fedilab</a><br/> Mastodon: <a href="https://framapiaf.org/@fedilab" target="_blank">@Fedilab</a><br/>
Framagit: <a href="https://framagit.org/tom79/" target="_blank">@tom79</a><br/> Framagit: <a href="https://framagit.org/tom79/" target="_blank">@tom79</a><br/>
Github: <a href="https://github.com/stom79/" target="_blank">@stom79</a><br/> Github: <a href="https://github.com/stom79/" target="_blank">@stom79</a><br/>
</div> </div>
<div class="col-md-4" style="margin-top: 10px; text-align: center;"> <div class="col-md-4" style="margin-top: 10px; text-align: center;">
License: <a href="https://www.gnu.org/licenses/gpl-3.0.fr.html" target="_blank">GPL 3</a><br/> {{ 'common.license'|trans }}: <a href="https://www.gnu.org/licenses/gpl-3.0.fr.html" target="_blank">GPL 3</a><br/>
<a href="https://framagit.org/tom79/fediplan" target="_blank">{{ 'common.source_code'|trans}}</a> <a href="https://framagit.org/tom79/fediplan" target="_blank">{{ 'common.source_code'|trans}}</a>
</div> </div>
</div> </div>

View file

@ -4,7 +4,7 @@
{% block content %} {% block content %}
{% include 'nav.html.twig' %} {% include 'nav.html.twig' %}
<h1>About</h1> <h1>{{ 'common.about'|trans }}</h1>
<div class="row well"> <div class="row well">
<div class="col-md-8 jumbotron"> <div class="col-md-8 jumbotron">

View file

@ -19,6 +19,8 @@ common:
proceed_confirm: Do you want to proceed? proceed_confirm: Do you want to proceed?
start_upload: Start upload start_upload: Start upload
counter: Counter counter: Counter
license: License
author: Author
status: status:
visibility: visibility:
public: Public public: Public