fix home page title translation

This commit is contained in:
Élie Bouttier 2016-08-07 11:52:04 +02:00
parent f6038f3571
commit b5566e3236
3 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -265,8 +265,8 @@ msgstr "Aucun exposé"
#: proposals/templates/proposals/home.html:9
#, python-format
msgid "Welcome to %(site.name)s!"
msgstr "Bienvenue à la conférence %(site.name)s!"
msgid "Welcome to %(confname)s!"
msgstr "Bienvenue à la conférence %(confname)s !"
#: proposals/templates/proposals/speaker_list.html:9
#: proposals/templates/proposals/talk_detail.html:21

View File

@ -6,7 +6,7 @@
{% block content %}
<div class="h1">{% blocktrans %}Welcome to {{ site.name }}!{% endblocktrans %}</div>
<div class="h1">{% blocktrans with confname=site.name %}Welcome to {{ confname }}!{% endblocktrans %}</div>
Some general informations about the conference {{ site.name }}.