Skip to content

Commit cdc9f0b

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.4.2 - Update changelog with documentation improvements
1 parent 7a2d2fd commit cdc9f0b

3 files changed

Lines changed: 30 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to Paths-LE will be documented here.
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.4.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.4.1] - 2025-01-27
921

1022
### Fixed

README.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -307,12 +307,23 @@ Paths-LE supports **9 file types** for path extraction:
307307

308308
## 🌍 Language Support
309309

310-
Available in multiple languages:
311-
312-
- 🇬🇧 English (primary)
313-
- Additional languages may be added in future releases based on user feedback
314-
315-
Paths-LE automatically displays in your VS Code language. All commands, settings, and messages are localized.
310+
**13 languages supported** with full localization:
311+
312+
- 🇺🇸 **English** (en) - Default language
313+
- 🇩🇪 **German** (de) - Deutsche Lokalisierung
314+
- 🇪🇸 **Spanish** (es) - Localización en español
315+
- 🇫🇷 **French** (fr) - Localisation française
316+
- 🇮🇩 **Indonesian** (id) - Lokalisasi bahasa Indonesia
317+
- 🇮🇹 **Italian** (it) - Localizzazione italiana
318+
- 🇯🇵 **Japanese** (ja) - 日本語サポート
319+
- 🇰🇷 **Korean** (ko) - 한국어 지원
320+
- 🇧🇷 **Portuguese (Brazil)** (pt-br) - Localização em português brasileiro
321+
- 🇷🇺 **Russian** (ru) - Русская локализация
322+
- 🇺🇦 **Ukrainian** (uk) - Українська локалізація
323+
- 🇻🇳 **Vietnamese** (vi) - Hỗ trợ tiếng Việt
324+
- 🇨🇳 **Chinese Simplified** (zh-cn) - 简体中文支持
325+
326+
All commands, settings, notifications, and help content automatically adapt to your VS Code language preference.
316327

317328
## 🧩 System Requirements
318329

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": "Paths-LE",
55
"description": "Zero Hassle file path extraction and analysis from JavaScript, TypeScript, JSON, HTML, CSS, TOML, CSV, and ENV files",
6-
"version": "1.4.1",
6+
"version": "1.4.2",
77
"license": "MIT",
88
"author": {
99
"name": "Nolin D Naidoo",

0 commit comments

Comments
 (0)