Update translations
This commit is contained in:
parent
8ed2565adf
commit
93a1328448
47 changed files with 879 additions and 309 deletions
|
@ -124,7 +124,7 @@
|
|||
</div>
|
||||
|
||||
{% if rating %}
|
||||
<h4>Rating History</h4>
|
||||
<h4>{{_('Rating History')}}</h4>
|
||||
<div id="rating-chart">
|
||||
<canvas></canvas>
|
||||
</div>
|
||||
|
@ -212,8 +212,7 @@
|
|||
|
||||
var sum_activity = days.map(obj => obj.activity).reduce((a, b) => a + b, 0);
|
||||
$div.find('#submission-total-count').text(
|
||||
ngettext("%(cnt)d total submission", "%(cnt)d total submissions", sum_activity)
|
||||
.replace("%(cnt)d", sum_activity)
|
||||
sum_activity + " " + "{{_('total submission(s)')}}"
|
||||
)
|
||||
if (year == current_year) {
|
||||
$('#submission-activity-header').text(
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
|
||||
{% if ratings %}
|
||||
<br>
|
||||
<div><b>{{ ratings|length }} contests written</b></div>
|
||||
<div><b>{% trans num=ratings|length %}{{ num }} contests written{% endtrans %}</b></div>
|
||||
{% if not user.is_unlisted %}
|
||||
<div><b class="semibold">{{ _('Rank by rating:') }}</b> #{{ rating_rank }}</div>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue