minor tweak on translation

This commit is contained in:
mein Name 2025-01-13 22:27:09 -05:00 committed by Henri Dickson
parent d54c1ddf3a
commit 77e1cd6dba
5 changed files with 987 additions and 979 deletions

View file

@ -7,7 +7,7 @@
{% if item.class_name == "tvseason" and not request.GET.last %}
{% if item.all_episodes %}
<div class="season-picker">
<span class="season-number"><a class="current">{% trans "season" %}</a></span>
<span class="season-number"><a class="current">{% trans "this season" %}</a></span>
{% for ep in item.all_episodes %}
<span class="season-number" id="ci_{{ ep.uuid }}">
<a hx-swap="innerHTML"

View file

@ -10,7 +10,7 @@
<span class="season-number">
<a hx-swap="innerHTML"
hx-get="{% url "catalog:comments" item.url_path item.uuid %}"
hx-target="#comments">{% trans "season" %}</a>
hx-target="#comments">{% trans "this season" %}</a>
</span>
{% for ep in item.all_episodes %}
<span class="season-number" id="ci_{{ ep.uuid }}">

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