mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-01 23:36:00 +00:00
Added use of locale in Graph Reorder algorithm
This commit is contained in:
parent
92dd7751e3
commit
56ab95df40
@ -30,7 +30,7 @@ GraphReorder.prototype.getId = function()
|
|||||||
// @return message for user.
|
// @return message for user.
|
||||||
GraphReorder.prototype.getMessage = function(local)
|
GraphReorder.prototype.getMessage = function(local)
|
||||||
{
|
{
|
||||||
return (local == "ru" ? "Готово" : "Done");
|
return g_done;
|
||||||
}
|
}
|
||||||
|
|
||||||
GraphReorder.prototype.result = function(resultCallback)
|
GraphReorder.prototype.result = function(resultCallback)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user