Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Differential
D14008
Diff 33887
src/applications/console/plugin/DarkConsoleRequestPlugin.php
Changeset View
These changes are mostly letting me delete the aphrontpath.php script, which required some routing methods to be public.
Instead, this information is moved into DarkConsole, which is more accessible anyway, since you can just see where your request went on the page itself:
The rest of these changes mostly just make this i18n safe: we were doing this kind of thing before:
array( pht('x') => ..., pht('y') => ..., )This is incorrect in the general case because both "x" and "y" may translate to the same string in Ancient Mongol, which would silently drop some data.