|
@@ -16,7 +16,7 @@
|
|
You are following {{ users }} users.
|
|
You are following {{ users }} users.
|
|
{% endblocktrans %}
|
|
{% endblocktrans %}
|
|
{% else %}
|
|
{% else %}
|
|
- {% blocktrans trimmed count username=profile users=count %}
|
|
|
|
|
|
+ {% blocktrans trimmed count users=count with username=profile %}
|
|
{{ username }} is following {{ users }} user.
|
|
{{ username }} is following {{ users }} user.
|
|
{% plural %}
|
|
{% plural %}
|
|
{{ username }} is following {{ users }} users.
|
|
{{ username }} is following {{ users }} users.
|