File tree 2 files changed +8
-2
lines changed
readthedocs/gold/templates/gold
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 26
26
27
27
< h3 > {% trans "Existing Projects" %} </ h3 >
28
28
< p >
29
- You can adopt {{ gold_user.num_supported_projects }} projects with your subscription.
29
+ {% blocktrans count projects=gold_user.num_supported_projects %}
30
+ You can adopt one project with your subscription.
31
+ {% plural %}
32
+ You can adopt {{ projects }} projects with your subscription.
33
+ {% endblocktrans %}
30
34
</ p >
31
35
32
36
< ul >
Original file line number Diff line number Diff line change @@ -56,7 +56,9 @@ <h2>{% trans "Gold Subscription" %}</h2>
56
56
57
57
< h3 > {% trans "Projects" %}</ h3 >
58
58
< p class ="subscription-projects ">
59
- {% blocktrans with projects=golduser.num_supported_projects %}
59
+ {% blocktrans count projects=golduser.num_supported_projects %}
60
+ You can adopt one project with your subscription.
61
+ {% plural %}
60
62
You can adopt {{ projects }} projects with your subscription.
61
63
{% endblocktrans %}
62
64
</ p >
You can’t perform that action at this time.
0 commit comments