hardcode French translation in a place that didn't get translated

This commit is contained in:
Frédéric Péters 2014-06-09 20:18:49 +02:00
parent 20e852b821
commit 8589eb2d35
1 changed files with 2 additions and 6 deletions

View File

@ -22,9 +22,7 @@
{% if is_leaf_post %}
{% trans %}Started by {{ author }}:{% endtrans %}
{% else %}
{% trans -%}
In reply to {{ author }}:
{%- endtrans %}
En réponse à {{ author }}:
{% endif %}
{% else %}
{{ settings.WORDS_QUESTION_SINGULAR|title|escape }} :
@ -53,9 +51,7 @@
{{ author }}'s response:
{%- endtrans %}
{% else %}
{% trans -%}
In reply to {{ author }}:
{%- endtrans %}
En réponse à {{ author }}:
{% endif %}
{% else %}
{% trans %}Replied by {{ author }}:{% endtrans %}