phtize all the things
Summary: `pht`ize a whole bunch of strings in rP. Test Plan: Intense eyeballing. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: hach-que, Korvin, epriestley Differential Revision: https://secure.phabricator.com/D12797
This commit is contained in:
@@ -4,7 +4,7 @@ $table = new PhabricatorFileImageMacro();
|
||||
foreach (new LiskMigrationIterator($table) as $macro) {
|
||||
$name = $macro->getName();
|
||||
|
||||
echo "Linking macro '{$name}'...\n";
|
||||
echo pht("Linking macro '%s'...", $name)."\n";
|
||||
|
||||
$editor = new PhabricatorEdgeEditor();
|
||||
|
||||
@@ -16,11 +16,11 @@ foreach (new LiskMigrationIterator($table) as $macro) {
|
||||
foreach ($phids as $phid) {
|
||||
$editor->addEdge(
|
||||
$macro->getPHID(),
|
||||
PhabricatorObjectHasFileEdgeType::EDGECONST ,
|
||||
PhabricatorObjectHasFileEdgeType::EDGECONST,
|
||||
$phid);
|
||||
}
|
||||
$editor->save();
|
||||
}
|
||||
}
|
||||
|
||||
echo "Done.\n";
|
||||
echo pht('Done.')."\n";
|
||||
|
||||
Reference in New Issue
Block a user