Added use of locale inColoring algorithm

This commit is contained in:
serd2011
2021-09-19 19:05:44 +03:00
parent 56ab95df40
commit 0a294c1720
12 changed files with 37 additions and 1 deletions

View File

@@ -197,6 +197,9 @@
// VerticesDegree.js
$g_lang['maximum_degree_of_graph'] = "The maximum degree of a graph is";
// Coloring.js
$g_lang['color_number'] = "Color number is";
$g_lang['done'] = "Done";
$g_lang['action'] = "Actions";