Added use of locale in Vertices Degree algorithm

This commit is contained in:
serd2011
2021-09-19 18:43:19 +03:00
parent c145c53ec8
commit 164a2818f0
12 changed files with 37 additions and 1 deletions

View File

@@ -192,6 +192,9 @@
$g_lang['vertex_central'] = "Central";
$g_lang['vertex_peripheral'] = "Peripheral";
// VerticesDegree.js
$g_lang['maximum_degree_of_graph'] = "The maximum degree of a graph is";
$g_lang['action'] = "Actions";
$g_lang['common_edge_style'] = "Common edge style";
$g_lang['selected_edge_style'] = "Selected edge style";