minor update in translation
This commit is contained in:
parent
560032985d
commit
6739885cde
5 changed files with 1109 additions and 1058 deletions
|
@ -12,7 +12,7 @@
|
|||
{% if item.pub_year %}
|
||||
<span>
|
||||
{{ item.pub_year }}
|
||||
{% if item.pub_month %}-{{ item.pub_month }}{% endif %}
|
||||
{% if item.pub_month %}- {{ item.pub_month }}{% endif %}
|
||||
</span>
|
||||
{% endif %}
|
||||
{% if item.release_date %}<span>{{ item.release_date }}</span>{% endif %}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
{% endblock %}
|
||||
{% block details %}
|
||||
<div>{% include '_people.html' with people=item.genre role='genre' max=5 %}</div>
|
||||
<div>{% include '_people.html' with people=item.host role='podcast host' max=5 %}</div>
|
||||
<div>{% include '_people.html' with people=item.host role='host' max=5 %}</div>
|
||||
<div>
|
||||
{% if item.official_site %}
|
||||
{% trans 'website' %}: {{ item.official_site|urlizetrunc:24 }}
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue