Fix translations

Remove dulicated messages

Fix quotes in templates
This commit is contained in:
Bat
2018-06-17 16:34:25 +01:00
parent 3207aa0e22
commit aaf60502ed
7 changed files with 412 additions and 24 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
{% endif %}
<p>
<b>{{ "Written by {{ link_start }}{{ name }}{{ link_end }}" | _(link_start="<a href=\"/@/{{ author.fqn }}/\">", name=name, link_end="</a>")}}</b>
<b>{{ "Written by {{ link_start }}{{ name }}{{ link_end }}" | _(link_start='<a href="/@/{{ author.fqn }}/">', name=name, link_end="</a>")}}</b>
&mdash;
<span>{{ date | date(format="%B %e, %Y") }}</span>
</p>