mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-08 16:56:03 +00:00
Added translation for algorithm names.
This commit is contained in:
@@ -15,7 +15,7 @@ BFSAlgorithm.prototype.timerInterval = 500;
|
||||
|
||||
BFSAlgorithm.prototype.getName = function(local)
|
||||
{
|
||||
return local == "ru" ? "Поиск в ширину" : "Breadth-first search";
|
||||
return g_BFSName;// local == "ru" ? "Поиск в ширину" : "Breadth-first search";
|
||||
}
|
||||
|
||||
BFSAlgorithm.prototype.getId = function()
|
||||
|
||||
Reference in New Issue
Block a user