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

@@ -758,6 +758,9 @@
<p id="VertexCentral" class="translation"><?= L('vertex_central')?></p>
<p id="VertexPeripheral" class="translation"><?= L('vertex_peripheral')?></p>
<!-- VerticesDegree.js -->
<p id="MaximumDegreeOfGraph" class="translation"><?= L('maximum_degree_of_graph')?></p>
<p id="ActionText" class="translation"><?= L('action')?></p>
<p id="CommonEdgeStyleText" class="translation"><?= L('common_edge_style')?></p>
<p id="SelectedEdgeStyleText" class="translation"><?= L('selected_edge_style')?></p>