@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Projects - fix translation strings in watcher edge class

Summary: Fixes T7319. These need a "%s" for the count where they had a "%d"

Test Plan: plan in D11812 is no longer a lie! (watcher added / removed strings render correctly)

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T7319

Differential Revision: https://secure.phabricator.com/D11813

+3 -3
+3 -3
src/infrastructure/internationalization/translation/PhabricatorUSEnglishTranslation.php
··· 412 412 ), 413 413 ), 414 414 415 - '%s edited watcher(s), added %d: %s; removed %d: %s.' => 415 + '%s edited watcher(s), added %s: %s; removed %d: %s.' => 416 416 '%s edited watchers, added: %3$s; removed: %5$s.', 417 417 418 - '%s added %d watcher(s): %s.' => array( 418 + '%s added %s watcher(s): %s.' => array( 419 419 array( 420 420 '%s added a watcher: %3$s.', 421 421 '%s added watchers: %3$s.', 422 422 ), 423 423 ), 424 424 425 - '%s removed %d watcher(s): %s.' => array( 425 + '%s removed %s watcher(s): %s.' => array( 426 426 array( 427 427 '%s removed a watcher: %3$s.', 428 428 '%s removed watchers: %3$s.',