From 7ef5c529349031ff0f4cdd2458049cdb564bbc75 Mon Sep 17 00:00:00 2001 From: Bob Trahan Date: Wed, 18 Feb 2015 15:33:52 -0800 Subject: [PATCH] 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 --- .../PhabricatorUSEnglishTranslation.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/infrastructure/internationalization/translation/PhabricatorUSEnglishTranslation.php b/src/infrastructure/internationalization/translation/PhabricatorUSEnglishTranslation.php index c2e9463e90..2a0d574833 100644 --- a/src/infrastructure/internationalization/translation/PhabricatorUSEnglishTranslation.php +++ b/src/infrastructure/internationalization/translation/PhabricatorUSEnglishTranslation.php @@ -412,6 +412,23 @@ final class PhabricatorUSEnglishTranslation ), ), + '%s edited watcher(s), added %d: %s; removed %d: %s.' => + '%s edited watchers, added: %3$s; removed: %5$s.', + + '%s added %d watcher(s): %s.' => array( + array( + '%s added a watcher: %3$s.', + '%s added watchers: %3$s.', + ), + ), + + '%s removed %d watcher(s): %s.' => array( + array( + '%s removed a watcher: %3$s.', + '%s removed watchers: %3$s.', + ), + ), + '%s edited participant(s), added %d: %s; removed %d: %s.' => '%s edited participants, added: %3$s; removed: %5$s.',