mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-09 17:26:24 +00:00
Added translation for algorithm names.
This commit is contained in:
@@ -15,7 +15,7 @@ DFSAlgorithm.prototype.timerInterval = 500;
|
||||
|
||||
DFSAlgorithm.prototype.getName = function(local)
|
||||
{
|
||||
return local == "ru" ? "Поиск в глубину" : "Depth-first search";
|
||||
return g_DFSName;// local == "ru" ? "Поиск в глубину" : "Depth-first search";
|
||||
}
|
||||
|
||||
DFSAlgorithm.prototype.getId = function()
|
||||
|
||||
Reference in New Issue
Block a user