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
···180180 $other_name = $collision->getName();
181181 $other_id = $collision->getID();
182182 throw new PhabricatorProjectNameCollisionException(
183183- "Project names must be unique. The name '{$name}' is too similar to ".
184184- "the name of another project, '{$other_name}' (Project ID: ".
185185- "{$other_id}). Choose a unique name.");
183183+ pht("Project names must be unique. The name '%s' is too similar to ".
184184+ "the name of another project, '%s' (Project ID: ".
185185+ "%d). Choose a unique name.", $name, $other_name, $other_id));
186186 }
187187 }
188188