From 960a7ef075f4fbcd5bee416b2c89d0d3b9c83388 Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Thu, 4 Dec 2025 09:41:59 -0800 Subject: [PATCH] Fix README.md details --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 355e356..16b0e88 100644 --- a/README.md +++ b/README.md @@ -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 `site.language` in config +- Default language controlled via config file language section and .json dictionary - JSON-based translation files for easy expansion - Core pages updated to support `data-translate-lang` attributes @@ -211,8 +211,9 @@ acme_challenge = # The domain name of your site. domain = -# Select language +# Select language (this represents the name of the json file in the /lang directory) language = es + # Site title to show in the browser title bar and headers. title = Bay Area Mesh