mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-08 00:36:25 +00:00
Added translation for algorithm names.
This commit is contained in:
@@ -14,7 +14,7 @@ MinimumSpanningTree.prototype = Object.create(BaseAlgorithm.prototype);
|
||||
|
||||
MinimumSpanningTree.prototype.getName = function(local)
|
||||
{
|
||||
return local == "ru" ? "Поиск минимального остовного дерева" : "Search of minimum spanning tree";
|
||||
return g_minimumSpanningTree; //local == "ru" ? "Поиск минимального остовного дерева" : "Search of minimum spanning tree";
|
||||
}
|
||||
|
||||
MinimumSpanningTree.prototype.getId = function()
|
||||
|
||||
Reference in New Issue
Block a user