Update challenges.jade

Additional changes in translations required before merging!

https://trello.com/c/SvTsLdRF/12-translations
"0leg
It would be great if we could have "%number_of% Participants" instead of just "Participants" in the source language so that we could translate it as "участников: %number_of%" which is the only correct way to translate it into Russian without grammatical mistakes. (This example is from Challenges tab.)"
This commit is contained in:
Sphinx 2014-03-01 19:58:11 +05:00 committed by Blade Barringer
parent 0878293138
commit 69e1b4f8e6

View file

@ -152,8 +152,7 @@ script(type='text/ng-template', id='partials/options.social.challenges.html')
=env.t('by') + ' '
a(ng-click='clickMember(challenge.leader._id, true)') {{challenge.leader.profile.name}}
li
| {{challenge.memberCount}}
= ' ' + env.t('participants')
=env.t('participants', {membercount: "{{challenge.memberCount}}"})
li(ng-show='challenge.prize')
p
// prize