Select the types of activity you want to include in your feed.
@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
···6565 }
66666767 $message = $message."\n\n".pht(
6868- "This configuration value is defined in in these %d ".
6868+ "This configuration value is defined in these %d ".
6969 "configuration source(s): %s.",
7070 count($found),
7171 implode(', ', $found));
···304304 '%d rejection(s)' => array('%d rejection', '%d rejections'),
305305 '%d update(s)' => array('%d update', '%d updates'),
306306307307+ 'This configuration value is defined in these %d '.
308308+ 'configuration source(s): %s.' => array(
309309+ 'This configuration value is defined in this '.
310310+ 'configuration source: %2$s.',
311311+ 'This configuration value is defined in these %d '.
312312+ 'configuration sources: %s.',
313313+ ),
314314+307315 );
308316 }
309317