mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-03-04 23:27:46 +01:00
Fix README.md details
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user