@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 - add translation for watcher strings

Summary: Fixes T7319. ...except I can't get this working in my sandbox? Changes to the translation file don't seem to show up. TEST PLAN IS A LIE

Test Plan: became a watcher, un became a watcher - saw sensical translated strings

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T7319

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

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