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

Correct some Pirate translations

Summary: Swapped these by mistake.

Test Plan: load pirate english, read

Reviewers: epriestley

Subscribers: Korvin

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

+3 -3
+3 -3
src/infrastructure/internationalization/translation/PhabricatorPirateEnglishTranslation.php
··· 55 55 'Projects' => 'Prrojects', 56 56 '%s added a comment.' => '%s scrawled.', 57 57 '%s edited the task description.' => 58 - 'Capn %s be stakin\' a claim on this here task.', 58 + 'Cap\'n %s be updatin\' ye task\'s splainin\'.', 59 59 '%s claimed this task.' => 60 - 'Capn %s be updatin\' ye task\'s splainin.', 60 + 'Cap\'n %s be stakin\' a claim on this here task.', 61 61 '%s created this task.' => 62 - 'Capn %s be the one creatin\' this here task.', 62 + 'Cap\'n %s be the one creatin\' this here task.', 63 63 ); 64 64 } 65 65 }