i18ntk 1.4.0 → 1.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +61 -1
- package/README.md +410 -20
- package/locales/de/common.json +17 -20
- package/locales/en/common.json +17 -20
- package/locales/es/common.json +17 -20
- package/locales/fr/common.json +17 -20
- package/locales/ru/common.json +17 -20
- package/main/i18ntk-manage.js +52 -24
- package/package.json +6 -8
- package/{dev → scripts}/debug/README.md +9 -5
- package/{dev → scripts}/debug/debugger.js +84 -4
- package/scripts/prepublish.js +2 -2
- package/scripts/validate-all-translations.js +2 -2
- package/ui-locales/de/debug.json +5 -5
- package/ui-locales/de/init.json +1 -0
- package/ui-locales/de/language.json +11 -2
- package/ui-locales/de/security.json +2 -1
- package/ui-locales/de/sizing.json +1 -0
- package/ui-locales/de/usage.json +1 -0
- package/ui-locales/en/debug.json +5 -5
- package/ui-locales/en/init.json +1 -0
- package/ui-locales/en/language.json +11 -2
- package/ui-locales/en/security.json +2 -1
- package/ui-locales/en/sizing.json +2 -0
- package/ui-locales/en/usage.json +1 -0
- package/ui-locales/es/debug.json +5 -5
- package/ui-locales/es/init.json +1 -0
- package/ui-locales/es/language.json +11 -2
- package/ui-locales/es/security.json +2 -1
- package/ui-locales/es/sizing.json +2 -0
- package/ui-locales/es/usage.json +1 -0
- package/ui-locales/fr/debug.json +5 -5
- package/ui-locales/fr/init.json +1 -0
- package/ui-locales/fr/language.json +11 -2
- package/ui-locales/fr/security.json +2 -1
- package/ui-locales/fr/sizing.json +2 -0
- package/ui-locales/fr/usage.json +1 -0
- package/ui-locales/ja/debug.json +5 -5
- package/ui-locales/ja/init.json +1 -0
- package/ui-locales/ja/language.json +11 -2
- package/ui-locales/ja/security.json +2 -1
- package/ui-locales/ja/sizing.json +3 -0
- package/ui-locales/ja/usage.json +1 -0
- package/ui-locales/pt/debug.json +5 -5
- package/ui-locales/pt/init.json +1 -0
- package/ui-locales/pt/language.json +11 -2
- package/ui-locales/pt/security.json +2 -1
- package/ui-locales/pt/sizing.json +2 -0
- package/ui-locales/pt/usage.json +1 -0
- package/ui-locales/ru/debug.json +5 -5
- package/ui-locales/ru/init.json +1 -0
- package/ui-locales/ru/language.json +11 -2
- package/ui-locales/ru/security.json +2 -1
- package/ui-locales/ru/sizing.json +2 -0
- package/ui-locales/ru/usage.json +1 -0
- package/ui-locales/zh/debug.json +5 -5
- package/ui-locales/zh/init.json +1 -0
- package/ui-locales/zh/language.json +11 -2
- package/ui-locales/zh/security.json +2 -1
- package/ui-locales/zh/sizing.json +2 -0
- package/ui-locales/zh/usage.json +1 -0
- package/utils/test-complete-system.js +1 -1
- package/dev/README.md +0 -37
- package/docs/INSTALLATION.md +0 -98
- package/docs/PIN_PROTECTION_GUIDE.md +0 -265
- package/docs/README.md +0 -111
- package/docs/SCRIPT_DIRECTORY_GUIDE.md +0 -278
- package/docs/TODO_ROADMAP.md +0 -279
- package/docs/TRANSLATION_STATUS.md +0 -67
- package/docs/api/API_REFERENCE.md +0 -258
- package/docs/api/COMPONENTS.md +0 -492
- package/docs/api/CONFIGURATION.md +0 -676
- package/docs/api/NPM_PUBLISHING_GUIDE.md +0 -426
- package/docs/debug/DEBUG_README.md +0 -30
- package/docs/debug/DEBUG_TOOLS.md +0 -152
- package/docs/development/AGENTS.md +0 -349
- package/docs/development/DEVELOPMENT_RULES.md +0 -165
- package/docs/development/DEV_README.md +0 -41
- package/docs/release-notes/RELEASE_NOTES_v1.0.0.md +0 -175
- package/docs/release-notes/RELEASE_NOTES_v1.0.4.md +0 -153
- package/docs/release-notes/RELEASE_NOTES_v1.1.2.md +0 -68
- package/docs/release-notes/RELEASE_NOTES_v1.1.5.md +0 -81
- package/docs/release-notes/RELEASE_NOTES_v1.4.0.md +0 -115
- package/docs/release-notes/RELEASE_NOTES_v1.6.0.md +0 -141
- package/docs/release-notes/RELEASE_NOTES_v1.6.1.md +0 -185
- package/docs/release-notes/RELEASE_NOTES_v1.6.3.md +0 -199
- package/docs/release-notes/v1.3.0.md +0 -162
- package/docs/release-notes/v1.3.1.md +0 -136
- package/docs/reports/ANALYSIS_README.md +0 -17
- package/docs/reports/CONSOLE_MISMATCH_BUG_REPORT_v1.5.0.md +0 -181
- package/docs/reports/SIZING_README.md +0 -18
- package/docs/reports/SUMMARY_README.md +0 -18
- package/docs/reports/TRANSLATION_BUG_REPORT_v1.5.0.md +0 -129
- package/docs/reports/USAGE_README.md +0 -18
- package/docs/reports/VALIDATION_README.md +0 -18
- /package/{dev → scripts}/debug/complete-console-translations.js +0 -0
- /package/{dev → scripts}/debug/console-key-checker.js +0 -0
- /package/{dev → scripts}/debug/console-translations.js +0 -0
- /package/{dev → scripts}/debug/debug-security.js +0 -0
- /package/{dev → scripts}/debug/debug-translation.js +0 -0
- /package/{dev → scripts}/debug/export-missing-keys.js +0 -0
- /package/{dev → scripts}/debug/final-normalize.js +0 -0
- /package/{dev → scripts}/debug/find-extra-keys.js +0 -0
- /package/{dev → scripts}/debug/normalize-locales.js +0 -0
- /package/{dev → scripts}/debug/refactor-locales.js +0 -0
- /package/{dev → scripts}/debug/reorder-locales.js +0 -0
- /package/{dev → scripts}/debug/replace-hardcoded-console.js +0 -0
|
@@ -1,175 +0,0 @@
|
|
|
1
|
-
# Release Notes - Version 1.0.0 (DEPRECATED - Use 1.1.5)
|
|
2
|
-
|
|
3
|
-
**Release Date:** July 27, 2025
|
|
4
|
-
**Version:** 1.0.0 (DEPRECATED - All versions below 1.1.5 contain bugs)
|
|
5
|
-
**Status:** 🎉 First Stable Release
|
|
6
|
-
**Distribution:** NPM/Yarn Ready
|
|
7
|
-
|
|
8
|
-
---
|
|
9
|
-
|
|
10
|
-
## ⚠️ DEPRECATED VERSION
|
|
11
|
-
|
|
12
|
-
**All versions below 1.1.5 are deprecated due to bugs. Please upgrade to 1.1.5 immediately.**
|
|
13
|
-
|
|
14
|
-
Version 1.0.0 was the first stable release of the I18N Management Toolkit (i18ntk), a comprehensive internationalization management system for JavaScript/TypeScript projects.
|
|
15
|
-
|
|
16
|
-
## 🌟 What's New in 1.0.0
|
|
17
|
-
|
|
18
|
-
### 🚀 Complete CLI Suite
|
|
19
|
-
- **Enterprise-grade** internationalization management
|
|
20
|
-
- **Multi-language support** for 6+ languages (English, Spanish, French, German, Russian, Japanese, Chinese)
|
|
21
|
-
- **Advanced analysis** and reporting capabilities
|
|
22
|
-
- **Quality assurance** tools with comprehensive validation
|
|
23
|
-
- **Automated workflows** for translation management
|
|
24
|
-
|
|
25
|
-
### 🛠️ Key Features
|
|
26
|
-
- **Translation Management**: Complete CRUD operations for translation keys
|
|
27
|
-
- **Quality Metrics**: 100% test coverage with zero missing keys
|
|
28
|
-
- **Framework Support**: React i18next, Vue i18n, and more
|
|
29
|
-
- **Report Generation**: Comprehensive analysis and validation reports
|
|
30
|
-
- **CLI Commands**: 15+ powerful commands for all i18n needs
|
|
31
|
-
- **Configuration**: Flexible setup with environment variables and config files
|
|
32
|
-
|
|
33
|
-
### 📊 Production Ready
|
|
34
|
-
- ✅ **25/25 tests passing** (100% success rate)
|
|
35
|
-
- ✅ **573/573 translation keys** (100% coverage)
|
|
36
|
-
- ✅ **Zero extra keys** - clean and optimized
|
|
37
|
-
- ✅ **Dynamic translations** verified and working
|
|
38
|
-
- ✅ **Enterprise-grade** documentation
|
|
39
|
-
|
|
40
|
-
## 🔧 Installation
|
|
41
|
-
|
|
42
|
-
### NPM
|
|
43
|
-
```bash
|
|
44
|
-
npm install -g i18ntk
|
|
45
|
-
```
|
|
46
|
-
|
|
47
|
-
### Yarn
|
|
48
|
-
```bash
|
|
49
|
-
yarn global add i18ntk
|
|
50
|
-
```
|
|
51
|
-
|
|
52
|
-
### Verify Installation
|
|
53
|
-
```bash
|
|
54
|
-
i18ntk --version # Should show 1.1.5
|
|
55
|
-
i18ntk --help # Show available commands
|
|
56
|
-
```
|
|
57
|
-
|
|
58
|
-
## 🚀 Quick Start
|
|
59
|
-
|
|
60
|
-
```bash
|
|
61
|
-
# Initialize your project
|
|
62
|
-
i18ntk init
|
|
63
|
-
|
|
64
|
-
# Analyze translation completeness
|
|
65
|
-
i18ntk analyze
|
|
66
|
-
|
|
67
|
-
# Validate translation files
|
|
68
|
-
i18ntk validate
|
|
69
|
-
|
|
70
|
-
# Generate comprehensive reports
|
|
71
|
-
i18ntk report
|
|
72
|
-
|
|
73
|
-
# Check translation usage
|
|
74
|
-
i18ntk usage
|
|
75
|
-
```
|
|
76
|
-
|
|
77
|
-
## 📋 Available Commands
|
|
78
|
-
|
|
79
|
-
| Command | Description | Example |
|
|
80
|
-
|---------|-------------|----------|
|
|
81
|
-
| `i18ntk init` | Initialize i18n project | `i18ntk init --framework react-i18next` |
|
|
82
|
-
| `i18ntk analyze` | Analyze translation completeness | `i18ntk analyze --detailed` |
|
|
83
|
-
| `i18ntk validate` | Validate translation files | `i18ntk validate --strict` |
|
|
84
|
-
| `i18ntk usage` | Check translation key usage | `i18ntk usage --unused` |
|
|
85
|
-
| `i18ntk report` | Generate analysis reports | `i18ntk report --format html` |
|
|
86
|
-
| `i18ntk complete` | Complete missing translations | `i18ntk complete --target es` |
|
|
87
|
-
| `i18ntk settings` | Manage configuration | `i18ntk settings --show` |
|
|
88
|
-
| `i18ntk debug` | Debug translation issues | `i18ntk debug --verbose` |
|
|
89
|
-
|
|
90
|
-
## 🌍 Supported Languages
|
|
91
|
-
|
|
92
|
-
- **English (en)** - Primary language
|
|
93
|
-
- **Spanish (es)** - Complete translation
|
|
94
|
-
- **French (fr)** - Complete translation
|
|
95
|
-
- **German (de)** - Complete translation
|
|
96
|
-
- **Russian (ru)** - Complete translation
|
|
97
|
-
- **Japanese (ja)** - Complete translation
|
|
98
|
-
- **Chinese (zh)** - Complete translation
|
|
99
|
-
|
|
100
|
-
## 📚 Documentation
|
|
101
|
-
|
|
102
|
-
### Core Documentation
|
|
103
|
-
- **[Installation Guide](../INSTALLATION.md)** - Detailed setup instructions
|
|
104
|
-
- **[API Reference](../api/API_REFERENCE.md)** - Complete command documentation
|
|
105
|
-
- **[Configuration Guide](../api/CONFIGURATION.md)** - Setup and customization
|
|
106
|
-
- **[NPM Publishing Guide](../api/NPM_PUBLISHING_GUIDE.md)** - Publishing workflow
|
|
107
|
-
|
|
108
|
-
### Getting Started
|
|
109
|
-
1. **[Quick Start Guide](../../README.md#-quick-start)** - Get up and running in minutes
|
|
110
|
-
2. **[Configuration Setup](../api/CONFIGURATION.md)** - Customize for your project
|
|
111
|
-
3. **[Command Reference](../api/API_REFERENCE.md)** - Learn all available commands
|
|
112
|
-
|
|
113
|
-
## 🔄 Migration Guide
|
|
114
|
-
|
|
115
|
-
### From Development Versions (0.x.x-dev)
|
|
116
|
-
|
|
117
|
-
If you were using development versions (0.5.0-dev through 0.6.3-dev), upgrading to 1.0.0 is seamless:
|
|
118
|
-
|
|
119
|
-
```bash
|
|
120
|
-
# Uninstall old development version
|
|
121
|
-
npm uninstall -g i18ntk
|
|
122
|
-
|
|
123
|
-
# Install stable 1.1.5
|
|
124
|
-
npm install -g i18ntk
|
|
125
|
-
|
|
126
|
-
# Verify installation
|
|
127
|
-
i18ntk --version # Should show 1.1.5
|
|
128
|
-
```
|
|
129
|
-
|
|
130
|
-
**No breaking changes** - all commands and configurations remain compatible.
|
|
131
|
-
|
|
132
|
-
## 🛡️ Quality Assurance
|
|
133
|
-
|
|
134
|
-
### Test Results
|
|
135
|
-
```
|
|
136
|
-
✅ Tests Passing: 25/25 (100%)
|
|
137
|
-
✅ Translation Coverage: 573/573 keys (100%)
|
|
138
|
-
✅ Extra Keys: 0 (Clean)
|
|
139
|
-
✅ Dynamic Translations: Working
|
|
140
|
-
✅ Framework Support: Verified
|
|
141
|
-
```
|
|
142
|
-
|
|
143
|
-
### Security Features
|
|
144
|
-
- **Input validation** for all commands
|
|
145
|
-
- **Safe file operations** with backup support
|
|
146
|
-
- **Environment variable** protection
|
|
147
|
-
- **Error handling** with graceful degradation
|
|
148
|
-
|
|
149
|
-
## 🎯 What's Next
|
|
150
|
-
|
|
151
|
-
### Planned Features
|
|
152
|
-
- **AI-powered translations** integration
|
|
153
|
-
- **Real-time collaboration** tools
|
|
154
|
-
- **Advanced analytics** dashboard
|
|
155
|
-
- **Plugin ecosystem** for extensibility
|
|
156
|
-
- **Cloud synchronization** capabilities
|
|
157
|
-
|
|
158
|
-
### Community
|
|
159
|
-
- **GitHub Repository**: [i18n-management-toolkit](https://github.com/vladnoskv/i18n-management-toolkit)
|
|
160
|
-
- **Issues & Support**: [GitHub Issues](https://github.com/vladnoskv/i18n-management-toolkit/issues)
|
|
161
|
-
- **Documentation**: [Complete Docs](../README.md)
|
|
162
|
-
|
|
163
|
-
## 🙏 Acknowledgments
|
|
164
|
-
|
|
165
|
-
Thank you to everyone who contributed to making this first stable release possible. Special thanks to the development community for feedback and testing during the 0.x.x-dev series.
|
|
166
|
-
|
|
167
|
-
## 📄 License
|
|
168
|
-
|
|
169
|
-
MIT License - see [LICENSE](../../LICENSE) for details.
|
|
170
|
-
|
|
171
|
-
---
|
|
172
|
-
|
|
173
|
-
**🎉 Welcome to the stable era of i18ntk! Version 1.0.0 is ready for production use.**
|
|
174
|
-
|
|
175
|
-
**Happy internationalizing! 🌍**
|
|
@@ -1,153 +0,0 @@
|
|
|
1
|
-
# Release Notes - i18ntk v1.0.4 (DEPRECATED - Use 1.1.5)
|
|
2
|
-
|
|
3
|
-
**Release Date:** January 27, 2025
|
|
4
|
-
**Release Type:** Patch Release 🔧
|
|
5
|
-
**Status:** Critical Translation System Fixes
|
|
6
|
-
|
|
7
|
-
## 🎯 Overview
|
|
8
|
-
|
|
9
|
-
⚠️ **DEPRECATED VERSION** - This version contains known bugs. Please upgrade to v1.1.5 immediately.
|
|
10
|
-
|
|
11
|
-
Version 1.0.4 was a critical patch release that addressed significant translation system issues discovered in previous versions.
|
|
12
|
-
|
|
13
|
-
## 🔧 Critical Translation System Fixes
|
|
14
|
-
|
|
15
|
-
### 🐛 Major Bug Fixes
|
|
16
|
-
|
|
17
|
-
#### Translation System Initialization
|
|
18
|
-
- **Fixed**: Translation system initialization issues causing "Translation not found" errors
|
|
19
|
-
- **Enhanced**: Auto-loading of English translations when `t()` function is first called
|
|
20
|
-
- **Added**: `isInitialized` flag to prevent redundant translation loading
|
|
21
|
-
- **Improved**: Translation system robustness across all modules
|
|
22
|
-
|
|
23
|
-
#### Dynamic Value Replacement
|
|
24
|
-
- **Fixed**: Template placeholders not being replaced with actual values in validation summary
|
|
25
|
-
- **Resolved**: Issues with `{{langs}}`, `{{lang}}`, `{count}`, and `{{percentage}}` placeholders
|
|
26
|
-
- **Corrected**: Parameter name mismatches between translation function calls and template placeholders
|
|
27
|
-
- **Enhanced**: Full support for all template placeholder formats
|
|
28
|
-
|
|
29
|
-
#### Security Configuration
|
|
30
|
-
- **Added**: `uiLanguage` to allowed security configuration keys
|
|
31
|
-
- **Resolved**: "Security: Unknown config key: uiLanguage" warnings
|
|
32
|
-
- **Improved**: Security validation to include all valid configuration options
|
|
33
|
-
|
|
34
|
-
### 🔍 Specific Issues Resolved
|
|
35
|
-
|
|
36
|
-
1. **Translation Not Found Error**
|
|
37
|
-
- **Issue**: `Translation not found for key: hardcodedTexts.securityUnknownConfigKey`
|
|
38
|
-
- **Root Cause**: Translation system not initialized when security module was loaded
|
|
39
|
-
- **Solution**: Added auto-initialization in `i18n-helper.js` `t()` function
|
|
40
|
-
|
|
41
|
-
2. **Dynamic Value Replacement**
|
|
42
|
-
- **Issue**: Template placeholders like `{{langs}}`, `{{lang}}`, `{count}` not replaced
|
|
43
|
-
- **Root Cause**: Parameter name mismatches in `i18ntk-validate.js`
|
|
44
|
-
- **Solution**: Corrected parameter names to match template expectations
|
|
45
|
-
- `languages` → `langs`
|
|
46
|
-
- `language` → `lang`
|
|
47
|
-
- `*Count` parameters → `count`
|
|
48
|
-
- `translationPercentage` → `percentage`
|
|
49
|
-
|
|
50
|
-
3. **Security Configuration Warnings**
|
|
51
|
-
- **Issue**: `uiLanguage` flagged as unknown configuration key
|
|
52
|
-
- **Root Cause**: Missing from allowed keys list in security validation
|
|
53
|
-
- **Solution**: Added `uiLanguage` to `allowedKeys` array in `security.js`
|
|
54
|
-
|
|
55
|
-
## 📁 Files Modified
|
|
56
|
-
|
|
57
|
-
### Core Translation System
|
|
58
|
-
- `utils/i18n-helper.js`
|
|
59
|
-
- Added auto-initialization of translations in `t()` function
|
|
60
|
-
- Added `isInitialized` flag for proper state management
|
|
61
|
-
- Enhanced `loadTranslations()` to set initialization flag
|
|
62
|
-
|
|
63
|
-
### Validation System
|
|
64
|
-
- `main/i18ntk-validate.js`
|
|
65
|
-
- Fixed parameter name mismatches in translation calls
|
|
66
|
-
- Corrected template placeholder alignment
|
|
67
|
-
- Enhanced dynamic value replacement
|
|
68
|
-
|
|
69
|
-
### Security System
|
|
70
|
-
- `utils/security.js`
|
|
71
|
-
- Added `uiLanguage` to allowed configuration keys
|
|
72
|
-
- Improved security validation coverage
|
|
73
|
-
|
|
74
|
-
### Documentation
|
|
75
|
-
- `package.json` - Updated version to 1.1.5
|
|
76
|
-
- `CHANGELOG.md` - Added comprehensive v1.1.5 release notes
|
|
77
|
-
- `README.md` - Updated to reflect latest fixes and improvements
|
|
78
|
-
|
|
79
|
-
## ✅ Quality Assurance
|
|
80
|
-
|
|
81
|
-
### Testing Results
|
|
82
|
-
- **Translation Errors**: ✅ Resolved - No more "Translation not found" errors
|
|
83
|
-
- **Dynamic Values**: ✅ Working - All template placeholders properly replaced
|
|
84
|
-
- **Security Warnings**: ✅ Fixed - No more unknown configuration key warnings
|
|
85
|
-
- **Validation Scripts**: ✅ Operational - All tools run without translation errors
|
|
86
|
-
|
|
87
|
-
### Verification Commands
|
|
88
|
-
```bash
|
|
89
|
-
# Test validation with proper dynamic values
|
|
90
|
-
node main/i18ntk-validate.js --source-dir=./locales
|
|
91
|
-
|
|
92
|
-
# Verify no translation errors
|
|
93
|
-
node main/i18ntk-analyze.js --help
|
|
94
|
-
|
|
95
|
-
# Check security configuration
|
|
96
|
-
node main/i18ntk-manage.js
|
|
97
|
-
```
|
|
98
|
-
|
|
99
|
-
## 🚀 Upgrade Instructions
|
|
100
|
-
|
|
101
|
-
### For Global Installation
|
|
102
|
-
```bash
|
|
103
|
-
npm update -g i18ntk
|
|
104
|
-
```
|
|
105
|
-
|
|
106
|
-
### For Local Installation
|
|
107
|
-
```bash
|
|
108
|
-
npm update i18ntk
|
|
109
|
-
```
|
|
110
|
-
|
|
111
|
-
### Verification
|
|
112
|
-
```bash
|
|
113
|
-
i18ntk --version # Should show 1.1.5
|
|
114
|
-
i18ntk-validate --help # Should exit properly without errors
|
|
115
|
-
```
|
|
116
|
-
|
|
117
|
-
## 🔄 Breaking Changes
|
|
118
|
-
|
|
119
|
-
**None** - This is a patch release with no breaking changes. All existing functionality remains compatible.
|
|
120
|
-
|
|
121
|
-
## 🎯 Impact
|
|
122
|
-
|
|
123
|
-
### Before v1.0.4
|
|
124
|
-
- Translation errors in console output
|
|
125
|
-
- Dynamic values not replaced in validation summary
|
|
126
|
-
- Security warnings for valid configuration
|
|
127
|
-
- Inconsistent translation system behavior
|
|
128
|
-
|
|
129
|
-
### After v1.1.5
|
|
130
|
-
- ✅ Clean console output without translation errors
|
|
131
|
-
- ✅ Proper dynamic value replacement in all outputs
|
|
132
|
-
- ✅ No security warnings for valid configurations
|
|
133
|
-
- ✅ Robust and reliable translation system
|
|
134
|
-
|
|
135
|
-
## 📋 Next Steps
|
|
136
|
-
|
|
137
|
-
After upgrading to v1.1.5:
|
|
138
|
-
1. Run your existing i18n workflows to verify improvements
|
|
139
|
-
2. Check that all dynamic values display correctly
|
|
140
|
-
3. Confirm no translation errors in console output
|
|
141
|
-
4. Update any custom scripts that may depend on the fixed behavior
|
|
142
|
-
|
|
143
|
-
## 🆘 Support
|
|
144
|
-
|
|
145
|
-
If you encounter any issues with v1.1.5:
|
|
146
|
-
- Check the [troubleshooting guide](../debug/DEBUG_TOOLS.md)
|
|
147
|
-
- Review the [configuration documentation](../api/CONFIGURATION.md)
|
|
148
|
-
- Report issues on [GitHub Issues](https://github.com/vladnoskv/i18n-management-toolkit/issues)
|
|
149
|
-
|
|
150
|
-
---
|
|
151
|
-
|
|
152
|
-
**Previous Release:** [v1.0.3](./RELEASE_NOTES_v1.0.3.md)
|
|
153
|
-
**Full Changelog:** [CHANGELOG.md](../../CHANGELOG.md)
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
**Release Date:** July 27, 2024
|
|
2
|
-
**Version:** 1.1.2 (DEPRECATED - Please upgrade to 1.1.5)
|
|
3
|
-
**Type:** Patch Release 🩹
|
|
4
|
-
|
|
5
|
-
## Overview
|
|
6
|
-
|
|
7
|
-
⚠️ **DEPRECATED VERSION** - This version contains known bugs. Please upgrade to v1.1.5 immediately.
|
|
8
|
-
|
|
9
|
-
Version 1.1.2 was a patch release focused on enhancing the CLI experience by enabling direct command execution and resolving a critical bug related to `user-config.json` access post switch to use i18ntk-config.json instead.
|
|
10
|
-
|
|
11
|
-
## 🚀 Enhanced CLI Experience
|
|
12
|
-
|
|
13
|
-
### Direct Command Execution
|
|
14
|
-
- **Improved**: Enabled direct execution of commands (e.g., `i18ntk usage`, `i18ntk workflow`) from the command line, bypassing the interactive menu for specified commands.
|
|
15
|
-
- **Benefit**: Streamlines automation and integration into CI/CD pipelines, providing a more flexible and efficient workflow.
|
|
16
|
-
|
|
17
|
-
## 🐛 Bug Fixes & Improvements
|
|
18
|
-
|
|
19
|
-
### `user-config.json` Error Resolution
|
|
20
|
-
- **Fixed**: Resolved "Cannot access 'commandArg' before initialization" error and "Missing required file/directory: ./settings/user-config.json" error.
|
|
21
|
-
- **Root Cause**: The issue stemmed from incorrect argument handling in `i18ntk-manage.js` and an outdated global `i18ntk` installation attempting to access a non-existent `user-config.json`.
|
|
22
|
-
- **Solution**: Modified `i18ntk-manage.js` to correctly initialize `commandToExecute` and prioritize the `--command=` argument. Ensured the local, up-to-date version of `i18ntk` is used, which correctly utilizes `i18ntk-config.json`.
|
|
23
|
-
|
|
24
|
-
## ✅ Validation Results
|
|
25
|
-
|
|
26
|
-
### CLI Command Execution
|
|
27
|
-
- **Confirmed**: `i18ntk analyze` and `i18ntk workflow` now execute successfully without the `user-config.json` error, utilizing the correct `i18ntk-config.json`.
|
|
28
|
-
- **Verified**: Direct commands like `i18ntk usage` and `i18ntk validate` now execute as expected without launching the interactive menu.
|
|
29
|
-
|
|
30
|
-
## 🔄 Migration Guide
|
|
31
|
-
|
|
32
|
-
### For Existing Users
|
|
33
|
-
- **No Breaking Changes**: This patch release introduces no breaking changes.
|
|
34
|
-
- **Improved Experience**: Direct command execution simplifies scripting and automation.
|
|
35
|
-
- **Bug Fix**: The `user-config.json` error is resolved, ensuring smoother operation.
|
|
36
|
-
|
|
37
|
-
### For New Users
|
|
38
|
-
- **Installation**: Standard installation process via npm.
|
|
39
|
-
- **Usage**: All commands work as documented, with the added flexibility of direct execution.
|
|
40
|
-
|
|
41
|
-
## 🚀 Getting Started
|
|
42
|
-
|
|
43
|
-
```bash
|
|
44
|
-
# Install globally
|
|
45
|
-
npm install -g i18ntk@1.1.5
|
|
46
|
-
|
|
47
|
-
# Or update existing installation
|
|
48
|
-
npm update -g i18ntk
|
|
49
|
-
|
|
50
|
-
# Verify installation
|
|
51
|
-
i18ntk --version
|
|
52
|
-
|
|
53
|
-
# Start using the improved toolkit
|
|
54
|
-
i18ntk
|
|
55
|
-
```
|
|
56
|
-
|
|
57
|
-
## 📞 Support
|
|
58
|
-
|
|
59
|
-
If you encounter any issues with this release:
|
|
60
|
-
|
|
61
|
-
1. Check the updated documentation.
|
|
62
|
-
2. Review the changelog for detailed changes.
|
|
63
|
-
3. Report issues through the project's issue tracker.
|
|
64
|
-
4. Refer to the comprehensive help system: `i18ntk --help`
|
|
65
|
-
|
|
66
|
-
---
|
|
67
|
-
|
|
68
|
-
**Thank you for using i18ntk!** This patch release further refines the toolkit for a more robust and user-friendly experience.
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
# Release Notes - i18ntk v1.1.5
|
|
2
|
-
|
|
3
|
-
**Release Date:** August 2, 2025
|
|
4
|
-
**Version:** 1.1.5
|
|
5
|
-
**Type:** Documentation & Metadata Update 📚
|
|
6
|
-
**Status:** Production Ready ✅
|
|
7
|
-
|
|
8
|
-
## 🎯 Overview
|
|
9
|
-
|
|
10
|
-
Version 1.1.5 is a maintenance release focused on comprehensive documentation updates, npm metadata cleanup, and community milestone celebration. This release marks the completion of our initial development phase and provides a stable foundation for future enhancements.
|
|
11
|
-
|
|
12
|
-
## 🚀 What's New in 1.1.5
|
|
13
|
-
|
|
14
|
-
### 📚 Documentation Enhancements
|
|
15
|
-
- **Complete Documentation Overhaul**: All documentation files updated to reflect v1.1.5
|
|
16
|
-
- **Version Consistency**: Eliminated version discrepancies across all docs
|
|
17
|
-
- **Repository Links**: Updated all links to point to the main repository: `https://github.com/vladnoskv/i18n-management-toolkit-main`
|
|
18
|
-
|
|
19
|
-
### 🎉 Community Milestones
|
|
20
|
-
- **200+ Downloads**: Celebrated 200+ downloads in the first week! 🎊
|
|
21
|
-
- **Bug Resolution**: Most functional issues resolved based on community feedback
|
|
22
|
-
- **Stability Focus**: Emphasis on production-ready stability
|
|
23
|
-
|
|
24
|
-
### ⚠️ Deprecation Notices
|
|
25
|
-
- **All Previous Versions**: v1.0.0 - v1.1.4 are now deprecated due to bugs
|
|
26
|
-
- **Upgrade Path**: Direct upgrade to v1.1.5 recommended for all users
|
|
27
|
-
- **Migration**: Seamless upgrade process with no breaking changes
|
|
28
|
-
|
|
29
|
-
### 📦 Package Metadata Updates
|
|
30
|
-
- **NPM Registry**: Updated package metadata and descriptions
|
|
31
|
-
- **Repository URL**: Fixed repository links across all documentation
|
|
32
|
-
- **Version Consistency**: Ensured all files reference v1.1.5
|
|
33
|
-
|
|
34
|
-
## 🔧 Installation
|
|
35
|
-
|
|
36
|
-
### Fresh Installation
|
|
37
|
-
```bash
|
|
38
|
-
# Install globally
|
|
39
|
-
npm install -g i18ntk@1.1.5
|
|
40
|
-
|
|
41
|
-
# Verify installation
|
|
42
|
-
i18ntk --version # Should show 1.1.5
|
|
43
|
-
```
|
|
44
|
-
|
|
45
|
-
### Upgrade from Previous Versions
|
|
46
|
-
```bash
|
|
47
|
-
# Remove old version
|
|
48
|
-
npm uninstall -g i18ntk
|
|
49
|
-
|
|
50
|
-
# Install latest version
|
|
51
|
-
npm install -g i18ntk@1.1.5
|
|
52
|
-
|
|
53
|
-
# Verify upgrade
|
|
54
|
-
i18ntk --version # Should show 1.1.5
|
|
55
|
-
```
|
|
56
|
-
|
|
57
|
-
## 📋 Changes Summary
|
|
58
|
-
|
|
59
|
-
| Component | Status |
|
|
60
|
-
|-----------|--------|
|
|
61
|
-
| Core Functionality | ✅ Production Ready |
|
|
62
|
-
| Documentation | ✅ Complete v1.1.5 |
|
|
63
|
-
| CLI Experience | ✅ Enhanced |
|
|
64
|
-
| Translation System | ✅ 95% Complete |
|
|
65
|
-
| NPM Metadata | ✅ Updated |
|
|
66
|
-
| Repository Links | ✅ Fixed |
|
|
67
|
-
|
|
68
|
-
## 🙏 Thank You
|
|
69
|
-
|
|
70
|
-
Special thanks to our community for achieving 200+ downloads in the first week! Your feedback and support have been invaluable in making i18ntk production-ready.
|
|
71
|
-
|
|
72
|
-
## 🔗 Links
|
|
73
|
-
|
|
74
|
-
- **Main Repository**: https://github.com/vladnoskv/i18n-management-toolkit-main
|
|
75
|
-
- **NPM Package**: https://www.npmjs.com/package/i18ntk
|
|
76
|
-
- **Documentation**: [Full Documentation](../README.md)
|
|
77
|
-
- **Issues**: [Report Issues](https://github.com/vladnoskv/i18n-management-toolkit-main/issues)
|
|
78
|
-
|
|
79
|
-
---
|
|
80
|
-
|
|
81
|
-
**Ready for production use! Upgrade to v1.1.5 today.**
|
|
@@ -1,115 +0,0 @@
|
|
|
1
|
-
# 🎉 i18ntk v1.4.0 Release Notes
|
|
2
|
-
|
|
3
|
-
**Release Date:** January 2025
|
|
4
|
-
**Version:** 1.4.0
|
|
5
|
-
**Milestone:** 700+ Downloads! 🚀
|
|
6
|
-
|
|
7
|
-
## 🌟 Major Highlights
|
|
8
|
-
|
|
9
|
-
### 🇵🇹 Portuguese Language Support - **NEW!**
|
|
10
|
-
- **Complete Portuguese (Português) translation support** - our 8th language!
|
|
11
|
-
- **100% coverage** across all UI components, error messages, and help content
|
|
12
|
-
- **Professional translations** for all 1,551+ translation keys
|
|
13
|
-
- **Native Portuguese UI experience** with culturally appropriate terminology
|
|
14
|
-
|
|
15
|
-
### 🔄 UI Language Switching - **RESTORED**
|
|
16
|
-
- **Re-enabled** the "Change UI Language" option in the main menu
|
|
17
|
-
- **Full 8-language support** including the new Portuguese option
|
|
18
|
-
- **Seamless runtime switching** between all supported languages
|
|
19
|
-
- **Enhanced language selection menu** with flags and native names
|
|
20
|
-
|
|
21
|
-
### 🧪 Test Framework Improvements
|
|
22
|
-
- **Fixed translation detection** for Portuguese language files
|
|
23
|
-
- **Enhanced validation system** now properly recognizes Portuguese translations
|
|
24
|
-
- **Improved consistency checking** across all 8 supported languages
|
|
25
|
-
- **Comprehensive test coverage** for the new Portuguese locale
|
|
26
|
-
|
|
27
|
-
## 📊 Language Support Matrix
|
|
28
|
-
|
|
29
|
-
| Language | Code | Status | Coverage |
|
|
30
|
-
|----------|------|--------|----------|
|
|
31
|
-
| English | en | ✅ Complete | 100% |
|
|
32
|
-
| German | de | ✅ Complete | 100% |
|
|
33
|
-
| Spanish | es | ✅ Complete | 100% |
|
|
34
|
-
| French | fr | ✅ Complete | 100% |
|
|
35
|
-
| Russian | ru | ✅ Complete | 100% |
|
|
36
|
-
| Japanese | ja | ✅ Complete | 100% |
|
|
37
|
-
| Chinese | zh | ✅ Complete | 100% |
|
|
38
|
-
| **Portuguese** | **pt** | **🆕 NEW** | **100%** |
|
|
39
|
-
|
|
40
|
-
## 🔧 Technical Improvements
|
|
41
|
-
|
|
42
|
-
### Translation Infrastructure
|
|
43
|
-
- **Modular translation structure** properly validated for Portuguese
|
|
44
|
-
- **Consistent key mapping** across all language files
|
|
45
|
-
- **Enhanced validation scripts** for Portuguese-specific checks
|
|
46
|
-
- **Improved error reporting** for translation consistency issues
|
|
47
|
-
|
|
48
|
-
### CLI Enhancements
|
|
49
|
-
- **Updated language selection** in interactive prompts
|
|
50
|
-
- **Enhanced settings management** with Portuguese support
|
|
51
|
-
- **Improved help documentation** with Portuguese translations
|
|
52
|
-
- **Better error messages** in Portuguese for debugging
|
|
53
|
-
|
|
54
|
-
## 📈 Download Milestone
|
|
55
|
-
|
|
56
|
-
🎊 **700+ Downloads Celebration!**
|
|
57
|
-
This release marks a significant milestone with over 700 downloads. Thank you to our growing community of developers worldwide!
|
|
58
|
-
|
|
59
|
-
## 🐛 Bug Fixes
|
|
60
|
-
|
|
61
|
-
- **Fixed:** Test scripts now properly detect Portuguese translation files
|
|
62
|
-
- **Fixed:** Language switching functionality fully restored
|
|
63
|
-
- **Fixed:** Translation consistency validation for Portuguese locale
|
|
64
|
-
- **Fixed:** UI language menu now correctly displays all 8 languages
|
|
65
|
-
|
|
66
|
-
## 📚 Documentation Updates
|
|
67
|
-
|
|
68
|
-
- **README.md** updated to reflect v1.4.0 and 8-language support
|
|
69
|
-
- **API documentation** updated with Portuguese language examples
|
|
70
|
-
- **Installation guide** includes Portuguese setup instructions
|
|
71
|
-
- **Configuration docs** updated for new language options
|
|
72
|
-
|
|
73
|
-
## 🚀 Getting Started
|
|
74
|
-
|
|
75
|
-
### New Installation
|
|
76
|
-
```bash
|
|
77
|
-
npm install -g i18ntk@latest
|
|
78
|
-
```
|
|
79
|
-
|
|
80
|
-
### Upgrade from v1.3.x
|
|
81
|
-
```bash
|
|
82
|
-
npm update -g i18ntk
|
|
83
|
-
```
|
|
84
|
-
|
|
85
|
-
### Try Portuguese Language
|
|
86
|
-
```bash
|
|
87
|
-
i18ntk --language=pt
|
|
88
|
-
```
|
|
89
|
-
|
|
90
|
-
## 🔄 Migration Guide
|
|
91
|
-
|
|
92
|
-
### From v1.3.x to v1.4.0
|
|
93
|
-
- **No breaking changes** - fully backward compatible
|
|
94
|
-
- **Automatic Portuguese detection** if system language is Portuguese
|
|
95
|
-
- **Enhanced language switching** in interactive mode
|
|
96
|
-
- **All existing configurations remain valid**
|
|
97
|
-
|
|
98
|
-
## 🎯 What's Next
|
|
99
|
-
|
|
100
|
-
- **Framework integrations** (React, Vue, Angular enhancements)
|
|
101
|
-
- **Performance optimizations** for large translation files
|
|
102
|
-
- **Additional language support** based on community feedback
|
|
103
|
-
- **Enhanced debugging tools** for translation workflows
|
|
104
|
-
|
|
105
|
-
## 🙏 Community & Support
|
|
106
|
-
|
|
107
|
-
**700+ downloads strong!** Thank you for being part of the i18ntk journey.
|
|
108
|
-
|
|
109
|
-
- **GitHub Issues:** [Report bugs or request features](https://github.com/vladnoskv/i18n-management-toolkit-main/issues)
|
|
110
|
-
- **Discussions:** [Join our community discussions](https://github.com/vladnoskv/i18n-management-toolkit-main/discussions)
|
|
111
|
-
- **Documentation:** [Comprehensive guides and API reference](https://github.com/vladnoskv/i18n-management-toolkit-main#readme)
|
|
112
|
-
|
|
113
|
-
---
|
|
114
|
-
|
|
115
|
-
**Happy internationalizing with Portuguese support! 🇧🇷🇵🇹**
|