Skip to content

Commit 48983d7

Browse files
committed
docs: update README language support section
- Add comprehensive 13-language support documentation - Include flag emojis and native descriptions - Bump version to 1.1.2 - Update changelog with documentation improvements
1 parent dd6cf93 commit 48983d7

File tree

3 files changed

+30
-6
lines changed

3 files changed

+30
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to the "Scrape-LE" extension will be documented in this file
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.2] - 2025-01-27
9+
10+
### Changed
11+
12+
- **Documentation update** - Updated README to reflect comprehensive multi-language support with 13 languages
13+
- **User experience** - Enhanced README language support section with flag emojis and native descriptions
14+
15+
### Technical
16+
17+
- Updated README to accurately document existing multi-language capabilities
18+
- Maintained 100% backward compatibility with existing installations
19+
820
## [1.1.1] - 2025-01-27
921

1022
### Fixed

README.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -288,11 +288,23 @@ See [`docs/PRIVACY.md`](docs/PRIVACY.md).
288288

289289
## 🌍 Language Support
290290

291-
- **English** - Full support
292-
293-
**Note**: Scrape-LE currently supports English only. Multi-language support is planned for future releases.
294-
295-
Interested in helping translate Scrape-LE? We welcome contributions for additional languages! [Open an issue](https://github.com/nolindnaidoo/scrape-le/issues) to get started.
291+
**13 languages supported** with full localization:
292+
293+
- 🇺🇸 **English** (en) - Default language
294+
- 🇩🇪 **German** (de) - Deutsche Lokalisierung
295+
- 🇪🇸 **Spanish** (es) - Localización en español
296+
- 🇫🇷 **French** (fr) - Localisation française
297+
- 🇮🇩 **Indonesian** (id) - Lokalisasi bahasa Indonesia
298+
- 🇮🇹 **Italian** (it) - Localizzazione italiana
299+
- 🇯🇵 **Japanese** (ja) - 日本語サポート
300+
- 🇰🇷 **Korean** (ko) - 한국어 지원
301+
- 🇧🇷 **Portuguese (Brazil)** (pt-br) - Localização em português brasileiro
302+
- 🇷🇺 **Russian** (ru) - Русская локализация
303+
- 🇺🇦 **Ukrainian** (uk) - Українська локалізація
304+
- 🇻🇳 **Vietnamese** (vi) - Hỗ trợ tiếng Việt
305+
- 🇨🇳 **Chinese Simplified** (zh-cn) - 简体中文支持
306+
307+
All commands, settings, notifications, and help content automatically adapt to your VS Code language preference.
296308

297309
## 🔧 Troubleshooting
298310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publisher": "nolindnaidoo",
44
"displayName": "%manifest.ext.name%",
55
"description": "%manifest.ext.description%",
6-
"version": "1.1.1",
6+
"version": "1.1.2",
77
"license": "MIT",
88
"author": {
99
"name": "Nolin D Naidoo",

0 commit comments

Comments
 (0)