Fix README.md details

This commit is contained in:
Pablo Revilla
2025-12-04 10:38:58 -08:00
parent 960a7ef075
commit 31626494d3
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ The project serves as a real-time monitoring and diagnostic tool for the Meshtas
#### 🌐 Multi-Language Support (i18n)
- New `/api/lang` endpoint for serving translations
- Section-based translation loading (e.g., `?section=firehose`)
- Default language controlled via config file language section and .json dictionary
- Default language controlled via config file language section
- JSON-based translation files for easy expansion
- Core pages updated to support `data-translate-lang` attributes

View File

@@ -274,10 +274,10 @@ function applyTranslationsNode(dict, root=document) {
/* ======================================================
NODE LOGIC
====================================================== */
====================================================== */
let nodeMap = {}, nodePositions = {}, map, markers = {};
let chartData = {}, neighborData = { ids:[], <names></names>:[], snrs:[] };
let chartData = {}, neighborData = { ids:[], names:[], snrs:[] };
let allNodes = [];
let fromNodeId = new URLSearchParams(window.location.search).get("from_node_id");
if (!fromNodeId) {