@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.

Fix a couple of missing translation strings

Summary: Clean the UI up a little.

Test Plan: {F1106533}

Reviewers: chad

Reviewed By: chad

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

+14
+14
src/infrastructure/internationalization/translation/PhabricatorUSEnglishTranslation.php
··· 1514 1514 'Permanently destroyed %s object.', 1515 1515 'Permanently destroyed %s objects.', 1516 1516 ), 1517 + 1518 + '%s added %s watcher(s) for %s: %s.' => array( 1519 + array( 1520 + '%s added a watcher for %3$s: %4$s.', 1521 + '%s added watchers for %3$s: %4$s.', 1522 + ), 1523 + ), 1524 + 1525 + '%s removed %s watcher(s) for %s: %s.' => array( 1526 + array( 1527 + '%s removed a watcher for %3$s: %4$s.', 1528 + '%s removed watchers for %3$s: %4$s.', 1529 + ), 1530 + ), 1517 1531 ); 1518 1532 } 1519 1533