Run StyleCop on the smaller projects.
Also add a copy of the rules to the CrashDialog and Irc projects.
This commit is contained in:
@@ -56,13 +56,12 @@ namespace OpenRA.Utility
|
||||
if (translatables.Contains(node.Key) && !alreadyTranslated)
|
||||
{
|
||||
var translationKey = "{0}-{1}-{2}".F(container.Replace('_', '-'), parentLabel.Replace('_', '-'), node.Key.ToUpper());
|
||||
Console.WriteLine("\t{0}: {1}", translationKey , node.Value.Value);
|
||||
Console.WriteLine("\t{0}: {1}", translationKey, node.Value.Value);
|
||||
node.Value.Value = "@{0}@".F(translationKey);
|
||||
}
|
||||
|
||||
FromChromeLayout(ref node.Value.Nodes, node, translatables, container);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user