From 69e1b4f8e67c374b6981a175c6b7bc0f14b001b2 Mon Sep 17 00:00:00 2001 From: Sphinx Date: Sat, 1 Mar 2014 19:58:11 +0500 Subject: [PATCH] Update challenges.jade MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.)" --- website/views/options/social/challenges.jade | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/views/options/social/challenges.jade b/website/views/options/social/challenges.jade index d53dd64781..c23a184fc8 100644 --- a/website/views/options/social/challenges.jade +++ b/website/views/options/social/challenges.jade @@ -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