From 4a110abebb07cdd6fdad1aa8b67a38ba68ec668a Mon Sep 17 00:00:00 2001 From: Root-FTW Date: Thu, 3 Jul 2025 17:14:41 -0700 Subject: [PATCH] feat: Add language navigation links to all README files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add prominent language selection section at the top of each README - Include flag emojis and clear language indicators (🇨🇳 中文, 🇺🇸 English, 🇪🇸 Español) - Format as horizontal table for easy scanning and navigation - Show current language with arrow indicator (← Current/当前/Actual) - Use relative links that work on both GitHub and local repositories - Improve discoverability of multilingual documentation - Consistent navigation across all three language versions --- README.md | 12 ++++++++++++ README_en.md | 12 ++++++++++++ README_es.md | 12 ++++++++++++ 3 files changed, 36 insertions(+) diff --git a/README.md b/README.md index 57d69de..a42dfc4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,17 @@ # 🔥 MediaCrawler - 自媒体平台爬虫 🕷️ +## 🌐 Language / 语言 / Idioma + +
+ +| 🇨🇳 中文 | 🇺🇸 English | 🇪🇸 Español | +|---------|----------|----------| +| **[中文文档](README.md)** ← 当前 | **[English](README_en.md)** | **[Español](README_es.md)** | + +
+ +--- +
diff --git a/README_en.md b/README_en.md index c1eb8d9..bf84c02 100644 --- a/README_en.md +++ b/README_en.md @@ -1,5 +1,17 @@ # 🔥 MediaCrawler - Social Media Platform Crawler 🕷️ +## 🌐 Language / 语言 / Idioma + +
+ +| 🇨🇳 中文 | 🇺🇸 English | 🇪🇸 Español | +|---------|----------|----------| +| **[中文文档](README.md)** | **[English](README_en.md)** ← Current | **[Español](README_es.md)** | + +
+ +--- +
diff --git a/README_es.md b/README_es.md index 777aa9d..ce328aa 100644 --- a/README_es.md +++ b/README_es.md @@ -1,5 +1,17 @@ # 🔥 MediaCrawler - Rastreador de Plataformas de Redes Sociales 🕷️ +## 🌐 Language / 语言 / Idioma + +
+ +| 🇨🇳 中文 | 🇺🇸 English | 🇪🇸 Español | +|---------|----------|----------| +| **[中文文档](README.md)** | **[English](README_en.md)** | **[Español](README_es.md)** ← Actual | + +
+ +--- +