Fix translation of badge feed stories.
Summary: Fixes T10688 Test Plan: Award badge, view main Feed Reviewers: chad, #blessed_reviewers, epriestley Reviewed By: chad, #blessed_reviewers Subscribers: Korvin Maniphest Tasks: T10688 Differential Revision: https://secure.phabricator.com/D15547
This commit is contained in:
@@ -1545,15 +1545,19 @@ final class PhabricatorUSEnglishTranslation
|
||||
|
||||
'%s awarded %s to %s recipient(s): %s.' => array(
|
||||
array(
|
||||
'%s awarded %s to recipient: %4$s.',
|
||||
'%s awarded %s to recipients: %4$s.',
|
||||
array(
|
||||
'%s awarded %s to recipient: %4$s.',
|
||||
'%s awarded %s to recipients: %4$s.',
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
'%s revoked %s from %s recipient(s): %s.' => array(
|
||||
array(
|
||||
'%s revoked %s from recipient: %4$s.',
|
||||
'%s revoked %s from recipients: %4$s.',
|
||||
array(
|
||||
'%s revoked %s from recipient: %4$s.',
|
||||
'%s revoked %s from recipients: %4$s.',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user