upstream/v2026.1.0 #12

Merged
simon merged 241 commits from upstream/v2026.1.0 into master 2026-02-03 21:56:32 +00:00
Showing only changes of commit 79a58fe104 - Show all commits

View File

@@ -24,7 +24,7 @@
{% elif c.min_count == 0 %}
<p class="addon-count-desc" id="c-{{ form.pos.pk }}-{{ category_idx }}-addon-count-desc">
{% blocktrans trimmed count max_count=c.max_count %}
You can choose {{ max_count }} option from this category.
You can choose one option from this category.
{% plural %}
You can choose up to {{ max_count }} options from this category.
{% endblocktrans %}