mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01: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:
parent
f50693de61
commit
8d67629e9e
1 changed files with 8 additions and 4 deletions
|
@ -1544,18 +1544,22 @@ final class PhabricatorUSEnglishTranslation
|
|||
),
|
||||
|
||||
'%s awarded %s to %s recipient(s): %s.' => array(
|
||||
array(
|
||||
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(
|
||||
array(
|
||||
'%s revoked %s from recipient: %4$s.',
|
||||
'%s revoked %s from recipients: %4$s.',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue