Skip to content

Commit

Permalink
minor update in translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name authored and alphatownsman committed Dec 1, 2024
1 parent 5600329 commit 6739885
Show file tree
Hide file tree
Showing 5 changed files with 1,109 additions and 1,058 deletions.
2 changes: 1 addition & 1 deletion catalog/templates/_item_card_metadata_edition.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
2 changes: 1 addition & 1 deletion catalog/templates/podcast.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Loading

0 comments on commit 6739885

Please sign in to comment.