From 1a36cb1a81209b8708f1253f1d9c3bc497b8fa95 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 6 Oct 2025 17:43:17 +0300 Subject: [PATCH] Add localization section to README Introduced a new section detailing support for 14 languages, including a table of supported languages and codes, and instructions for selecting a language. Encourages contributions for additional translations. --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index a529840..e84360b 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,27 @@ python main.py +
+🌍 Localization + +YTSage supports **14 languages** for worldwide accessibility. Select your preferred language from **Custom Options → Language**. + +### Supported Languages + +| Language | Code | Language | Code | +|----------|------|----------|------| +| 🇺🇸 English | `en` | 🇪🇸 Spanish | `es` | +| 🇸🇦 Arabic | `ar` | 🇫🇷 French | `fr` | +| 🇩🇪 German | `de` | 🇮🇳 Hindi | `hi` | +| 🇮🇩 Indonesian | `id` | 🇮🇹 Italian | `it` | +| 🇯🇵 Japanese | `ja` | 🇵🇱 Polish | `pl` | +| 🇧🇷 Portuguese | `pt` | 🇷🇺 Russian | `ru` | +| 🇹🇷 Turkish | `tr` | 🇨🇳 Chinese | `zh` | + +> 💡 **Want to contribute a translation?** Check out the [Contributing](#contributing) section to help us add more languages! + +
+ ## 🛠️ Troubleshooting