From baf08a954522f86a8887335678944cc426efa49b Mon Sep 17 00:00:00 2001 From: Louis King Date: Fri, 13 Feb 2026 23:07:44 +0000 Subject: [PATCH] Shorten translation call-to-action with GitHub alert Replaced verbose translation section with concise GitHub alert notification. - Uses [!IMPORTANT] alert style for better visibility - Reduced from 16 lines to 4 lines - Keeps essential information and link to Translation Guide - More scannable and professional appearance Co-Authored-By: Claude Sonnet 4.5 --- README.md | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index bb53493..02d19cb 100644 --- a/README.md +++ b/README.md @@ -8,22 +8,10 @@ Python 3.14+ platform for managing and orchestrating MeshCore mesh networks. ![MeshCore Hub Web Dashboard](docs/images/web.png) -## 🌍 Help Translate MeshCore Hub - -**We need volunteers to translate the web dashboard into other languages!** - -MeshCore Hub includes full internationalization (i18n) support with a composable translation system. We're looking for open source volunteers to contribute and maintain language packs for their native languages. - -**Current translations:** -- 🇬🇧 English (complete) - -**How to contribute:** -1. Check out the [Translation Reference Guide](src/meshcore_hub/web/static/locales/languages.md) for complete documentation -2. Copy `src/meshcore_hub/web/static/locales/en.json` to your language code (e.g., `es.json`, `fr.json`, `de.json`) -3. Translate all values while preserving variables (`{{variable}}`) and HTML tags -4. Submit a pull request with your translation - -Even partial translations are welcome! The system falls back to English for missing keys, so you can translate incrementally. +> [!IMPORTANT] +> **Help Translate MeshCore Hub** 🌍 +> +> We need volunteers to translate the web dashboard! Currently only English is available. Check out the [Translation Guide](src/meshcore_hub/web/static/locales/languages.md) to contribute a language pack. Partial translations welcome! ## Overview