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:
@@ -16,7 +16,7 @@ FindHamiltonianPath.prototype = Object.create(BaseAlgorithmEx.prototype);
|
||||
|
||||
FindHamiltonianPath.prototype.getName = function(local)
|
||||
{
|
||||
return local == "ru" ? "Найти Гамильтонову цепь" : "Find Hamiltonian path";
|
||||
return g_HamiltonianPath;//local == "ru" ? "Найти Гамильтонову цепь" : "Find Hamiltonian path";
|
||||
}
|
||||
|
||||
FindHamiltonianPath.prototype.getId = function()
|
||||
|
||||
Reference in New Issue
Block a user