1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00

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:
lkassianik 2016-03-29 10:31:09 -07:00
parent f50693de61
commit 8d67629e9e

View file

@ -1545,15 +1545,19 @@ final class PhabricatorUSEnglishTranslation
'%s awarded %s to %s recipient(s): %s.' => array( '%s awarded %s to %s recipient(s): %s.' => array(
array( array(
'%s awarded %s to recipient: %4$s.', array(
'%s awarded %s to recipients: %4$s.', '%s awarded %s to recipient: %4$s.',
'%s awarded %s to recipients: %4$s.',
),
), ),
), ),
'%s revoked %s from %s recipient(s): %s.' => array( '%s revoked %s from %s recipient(s): %s.' => array(
array( array(
'%s revoked %s from recipient: %4$s.', array(
'%s revoked %s from recipients: %4$s.', '%s revoked %s from recipient: %4$s.',
'%s revoked %s from recipients: %4$s.',
),
), ),
), ),
); );