mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-09 01:06:09 +00:00
Added translation for algorithm names.
This commit is contained in:
@@ -19,7 +19,7 @@ GraphReorder.prototype = Object.create(BaseAlgorithm.prototype);
|
||||
|
||||
GraphReorder.prototype.getName = function(local)
|
||||
{
|
||||
return local == "ru" ? "Упорядочить граф" : "Arrange the graph";
|
||||
return g_GraphReorder; //local == "ru" ? "Упорядочить граф" : "Arrange the graph";
|
||||
}
|
||||
|
||||
GraphReorder.prototype.getId = function()
|
||||
|
||||
Reference in New Issue
Block a user