Page MenuHomePhabricator

Projects - fix translation strings in watcher edge class
ClosedPublic

Authored by btrahan on Feb 18 2015, 11:38 PM.
Tags
None
Referenced Files
F17870414: D11813.id28478.diff
Mon, Jul 28, 1:54 PM
F17867315: D11813.id.diff
Mon, Jul 28, 5:58 AM
F17862144: D11813.diff
Sun, Jul 27, 11:35 PM
Unknown Object (File)
May 21 2025, 3:58 AM
Unknown Object (File)
May 17 2025, 1:08 PM
Unknown Object (File)
May 17 2025, 8:06 AM
Unknown Object (File)
May 9 2025, 9:11 PM
Unknown Object (File)
Apr 22 2025, 6:56 PM
Subscribers

Details

Summary

Fixes T7319. These need a "%s" for the count where they had a "%d"

Test Plan

plan in D11812 is no longer a lie! (watcher added / removed strings render correctly)

Diff Detail

Repository
rP Phabricator
Branch
T7319
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 4554
Build 4568: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

btrahan retitled this revision from to Projects - fix translation strings in edge class.
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added a reviewer: epriestley.
btrahan retitled this revision from Projects - fix translation strings in edge class to Projects - fix translation strings in watcher edge class.Feb 18 2015, 11:38 PM

The %s is correct, so maybe the other ones should flip?

This is kind of unintuitive, but basically the rule is "%s" to render as "2,345,678" (i.e., with commas and periods) and "%d" to render as "2345678". So "You see %s things(s)", but "Task ID %d".

epriestley edited edge metadata.
This revision is now accepted and ready to land.Feb 18 2015, 11:44 PM
btrahan edited edge metadata.
This revision was automatically updated to reflect the committed changes.