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

Fix a variant translation issue

Summary: Fixes T11799. This string is varying on the first parameter, but should vary on the second parameter.

Test Plan: Ran `bin/garbage set-policy ...`, saw proper translation.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T11799

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

+4 -2
+4 -2
src/infrastructure/internationalization/translation/PhabricatorUSEnglishTranslation.php
··· 1402 1402 ), 1403 1403 1404 1404 'Setting retention policy for "%s" to %s day(s).' => array( 1405 - 'Setting retention policy for "%s" to one day.', 1406 - 'Setting retention policy for "%s" to %s days.', 1405 + array( 1406 + 'Setting retention policy for "%s" to one day.', 1407 + 'Setting retention policy for "%s" to %s days.', 1408 + ), 1407 1409 ), 1408 1410 1409 1411 'Waiting %s second(s) for lease to activate.' => array(