mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-21 15:40:22 +00:00
Added translation for algorithm names.
This commit is contained in:
@@ -22,7 +22,7 @@ RadiusAndDiameter.prototype = Object.create(BaseAlgorithm.prototype);
|
||||
|
||||
RadiusAndDiameter.prototype.getName = function(local)
|
||||
{
|
||||
return local == "ru" ? "Поиск радиуса и диаметра графа": "Search graph radius and diameter";
|
||||
return g_RadiusAndDiameter; //local == "ru" ? "Поиск радиуса и диаметра графа": "Search graph radius and diameter";
|
||||
}
|
||||
|
||||
RadiusAndDiameter.prototype.getId = function()
|
||||
|
||||
Reference in New Issue
Block a user