i18ntk 1.1.4 โ 1.1.5
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 +49 -1
- package/README.md +33 -81
- package/docs/INSTALLATION.md +10 -6
- package/docs/README.md +16 -12
- package/docs/TRANSLATION_STATUS.md +4 -4
- package/docs/api/API_REFERENCE.md +7 -3
- package/docs/api/CONFIGURATION.md +3 -3
- package/docs/api/NPM_PUBLISHING_GUIDE.md +14 -14
- package/docs/development/DEVELOPMENT_RULES.md +2 -2
- package/docs/release-notes/RELEASE_NOTES_v1.0.0.md +9 -7
- package/docs/release-notes/RELEASE_NOTES_v1.0.4.md +10 -8
- package/docs/release-notes/RELEASE_NOTES_v1.1.2.md +5 -3
- package/docs/release-notes/RELEASE_NOTES_v1.1.5.md +81 -0
- package/package.json +14 -16
- package/scripts/test-translations.js +1 -1
- package/scripts/validate-all-translations.js +1 -1
- /package/{debug-security.js โ dev/debug/debug-security.js} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,10 +2,38 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to the I18N Management Toolkit are documented here. This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
4
4
|
|
|
5
|
-
**Current Version:** 1.1.
|
|
5
|
+
**Current Version:** 1.1.5 (2025-08-02) - **DOCUMENTATION & METADATA CLEANUP RELEASE** ๐งน
|
|
6
|
+
|
|
7
|
+
## [1.1.5] - 2025-08-02
|
|
8
|
+
|
|
9
|
+
### ๐งน Documentation & Metadata Enhancement
|
|
10
|
+
- **Enhanced**: Updated all documentation files to reflect v1.1.5 standards
|
|
11
|
+
- **Improved**: Cleaned up npm package metadata and repository links
|
|
12
|
+
- **Fixed**: Repository URLs pointing to correct GitHub location
|
|
13
|
+
- **Updated**: Installation instructions and version references throughout documentation
|
|
14
|
+
- **Standardized**: All version strings now consistently reference v1.1.5
|
|
15
|
+
|
|
16
|
+
### ๐ Previous Version Deprecation
|
|
17
|
+
- **Critical**: All versions < 1.1.5 are now deprecated due to critical bugs and functional issues
|
|
18
|
+
- **Migration**: Zero-breaking-changes upgrade path from any 1.x version
|
|
19
|
+
- **Recommendation**: Immediate upgrade to v1.1.5 for stable functionality
|
|
20
|
+
- **Support**: No further updates or fixes will be provided for deprecated versions
|
|
21
|
+
|
|
22
|
+
### ๐ Community Appreciation
|
|
23
|
+
- **Milestone**: 200+ downloads achieved in the first week
|
|
24
|
+
- **Gratitude**: Thank you to the community for patience during bug resolution
|
|
25
|
+
- **Commitment**: Continued focus on stability and user experience improvements
|
|
26
|
+
|
|
27
|
+
### ๐ Package Metadata Updates
|
|
28
|
+
- **Fixed**: Homepage URL updated to `https://github.com/vladnoskv/i18n-management-toolkit-main`
|
|
29
|
+
- **Fixed**: Repository URL updated to `git+https://github.com/vladnoskv/i18n-management-toolkit-main.git`
|
|
30
|
+
- **Enhanced**: Keywords and description refined for better discoverability
|
|
31
|
+
- **Updated**: All internal version references to 1.1.5
|
|
6
32
|
|
|
7
33
|
## [1.1.4] - 2025-08-01
|
|
8
34
|
|
|
35
|
+
**โ ๏ธ DEPRECATED:** This version is deprecated. Please upgrade to v1.1.5 for critical bug fixes and stability improvements.
|
|
36
|
+
|
|
9
37
|
### ๐ Core Plugin Functionality - **COMPLETE**
|
|
10
38
|
- **Achieved**: All core functionality now works without issues
|
|
11
39
|
- **Fixed**: JSON parsing errors in analysis reports ("Failed to parse source file JSON")
|
|
@@ -39,6 +67,8 @@ All notable changes to the I18N Management Toolkit are documented here. This pro
|
|
|
39
67
|
|
|
40
68
|
## [1.1.3] - 2025-07-29
|
|
41
69
|
|
|
70
|
+
**โ ๏ธ DEPRECATED:** This version is deprecated. Please upgrade to v1.1.5 for critical bug fixes and stability improvements.
|
|
71
|
+
|
|
42
72
|
### ๐ Translation System Enhancement
|
|
43
73
|
- **Added**: Translation keys for workflow step names in `autorun.json` files across all supported languages
|
|
44
74
|
- **Improved**: Replaced hardcoded step names in `i18ntk-autorun.js` with internationalized translation keys
|
|
@@ -56,6 +86,8 @@ All notable changes to the I18N Management Toolkit are documented here. This pro
|
|
|
56
86
|
|
|
57
87
|
## [1.1.2] - 2025-07-27
|
|
58
88
|
|
|
89
|
+
**โ ๏ธ DEPRECATED:** This version is deprecated. Please upgrade to v1.1.5 for critical bug fixes and stability improvements.
|
|
90
|
+
|
|
59
91
|
### ๐ Enhanced CLI Experience
|
|
60
92
|
- **Improved**: Enabled direct execution of commands (e.g., `i18ntk usage`, `i18ntk workflow`) from the command line, bypassing the interactive menu for specified commands.
|
|
61
93
|
|
|
@@ -69,6 +101,8 @@ All notable changes to the I18N Management Toolkit are documented here. This pro
|
|
|
69
101
|
|
|
70
102
|
## [1.1.1] - 2025-07-27
|
|
71
103
|
|
|
104
|
+
**โ ๏ธ DEPRECATED:** This version is deprecated. Please upgrade to v1.1.5 for critical bug fixes and stability improvements.
|
|
105
|
+
|
|
72
106
|
### ๐ Bug Fixes & Improvements
|
|
73
107
|
- **Fixed**: Interactive menu 'Help' option (option 12) now correctly waits for user input before returning to the main menu.
|
|
74
108
|
- **Improved**: `executeCommand` function now properly handles the 'help' command within the interactive menu, ensuring a smooth user experience.
|
|
@@ -80,6 +114,8 @@ All notable changes to the I18N Management Toolkit are documented here. This pro
|
|
|
80
114
|
|
|
81
115
|
## [1.1.0] - 2025-07-27
|
|
82
116
|
|
|
117
|
+
**โ ๏ธ DEPRECATED:** This version is deprecated. Please upgrade to v1.1.5 for critical bug fixes and stability improvements.
|
|
118
|
+
|
|
83
119
|
### ๐ Enhanced CLI Experience
|
|
84
120
|
- **Fixed**: `i18ntk --version` and `i18ntk -v` now properly display version information instead of loading the management menu
|
|
85
121
|
- **Enhanced**: Version command shows comprehensive information including toolkit name, version, release date, maintainer, Node.js compatibility, license, and recent changes
|
|
@@ -121,6 +157,8 @@ All notable changes to the I18N Management Toolkit are documented here. This pro
|
|
|
121
157
|
|
|
122
158
|
## [1.0.5] - 2025-07-27
|
|
123
159
|
|
|
160
|
+
**โ ๏ธ DEPRECATED:** This version is deprecated. Please upgrade to v1.1.5 for critical bug fixes and stability improvements.
|
|
161
|
+
|
|
124
162
|
### ๐งน System Cleanup and Organization
|
|
125
163
|
- **Cleaned**: Removed test-specific translation files (validationStep.json, reportGenerator.json) from user locale directories
|
|
126
164
|
- **Fixed**: Removed hardcoded validationStep and reportGenerator keys from i18ntk-complete.js
|
|
@@ -148,6 +186,8 @@ All notable changes to the I18N Management Toolkit are documented here. This pro
|
|
|
148
186
|
|
|
149
187
|
## [1.0.4] - 2025-07-27
|
|
150
188
|
|
|
189
|
+
**โ ๏ธ DEPRECATED:** This version is deprecated. Please upgrade to v1.1.5 for critical bug fixes and stability improvements.
|
|
190
|
+
|
|
151
191
|
### ๐ง Critical Translation System Fixes
|
|
152
192
|
- **Fixed**: Translation system initialization issues causing "Translation not found" errors
|
|
153
193
|
- **Fixed**: Dynamic value replacement in validation summary ({{langs}}, {{lang}}, {count}, {{percentage}})
|
|
@@ -172,6 +212,8 @@ All notable changes to the I18N Management Toolkit are documented here. This pro
|
|
|
172
212
|
|
|
173
213
|
## [1.0.3] - 2025-07-27
|
|
174
214
|
|
|
215
|
+
**โ ๏ธ DEPRECATED:** This version is deprecated. Please upgrade to v1.1.5 for critical bug fixes and stability improvements.
|
|
216
|
+
|
|
175
217
|
### ๐ง Patch Release
|
|
176
218
|
- **Fixed**: CLI `--help` command hanging issue - now properly exits after displaying help
|
|
177
219
|
- **Updated**: README.md to be more accurate, concise, and informative
|
|
@@ -180,6 +222,8 @@ All notable changes to the I18N Management Toolkit are documented here. This pro
|
|
|
180
222
|
|
|
181
223
|
## [1.0.2] - 2025-07-27
|
|
182
224
|
|
|
225
|
+
**โ ๏ธ DEPRECATED:** This version is deprecated. Please upgrade to v1.1.5 for critical bug fixes and stability improvements.
|
|
226
|
+
|
|
183
227
|
### ๐ง Patch Release
|
|
184
228
|
- **Fixed**: Added missing `settings/` directory to package files
|
|
185
229
|
- **Fixed**: Resolved "Cannot find module '../settings/settings-manager'" error
|
|
@@ -188,6 +232,8 @@ All notable changes to the I18N Management Toolkit are documented here. This pro
|
|
|
188
232
|
|
|
189
233
|
## [1.0.1] - 2025-07-27
|
|
190
234
|
|
|
235
|
+
**โ ๏ธ DEPRECATED:** This version is deprecated. Please upgrade to v1.1.5 for critical bug fixes and stability improvements.
|
|
236
|
+
|
|
191
237
|
### ๐ง Patch Release
|
|
192
238
|
- **Fixed**: Added main `i18ntk` command to bin configuration for easier CLI access
|
|
193
239
|
- **Improved**: Users can now run `i18ntk --version` and `i18ntk --help` directly
|
|
@@ -195,6 +241,8 @@ All notable changes to the I18N Management Toolkit are documented here. This pro
|
|
|
195
241
|
|
|
196
242
|
## [1.0.0] - 2025-07-27 - ๐ FIRST STABLE RELEASE
|
|
197
243
|
|
|
244
|
+
**โ ๏ธ DEPRECATED:** This version is deprecated. Please upgrade to v1.1.5 for critical bug fixes and stability improvements.
|
|
245
|
+
|
|
198
246
|
### ๐ Welcome to i18ntk v1.0.0!
|
|
199
247
|
|
|
200
248
|
After extensive development and testing, we're proud to announce the first stable release of **i18ntk** - the comprehensive, enterprise-grade internationalization management toolkit for JavaScript/TypeScript projects.
|
package/README.md
CHANGED
|
@@ -1,15 +1,21 @@
|
|
|
1
1
|
# i18ntk - Enterprise i18n Management Toolkit
|
|
2
2
|
|
|
3
|
-
**Version:** 1.1.
|
|
3
|
+
**Version:** 1.1.5 โ **PRODUCTION READY** with enhanced documentation and npm metadata cleanup! ๐
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
**โ ๏ธ Important Notice:** All previous versions (< 1.1.5) are now deprecated due to critical bugs and issues. Please upgrade to v1.1.5 for the most stable experience. We recommend backing up your project before upgrading.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
**๐ Thank You:** 200+ downloads in the first week! Thank you for your support and patience as we resolved the functional issues. My First Published Project.
|
|
8
|
+
|
|
9
|
+
[](https://badge.fury.io/js/i18ntk)
|
|
8
10
|
[](https://opensource.org/licenses/MIT)
|
|
9
11
|
[](https://nodejs.org/)
|
|
10
12
|
|
|
11
13
|
**i18ntk** (i18n Toolkit) is a comprehensive, enterprise-grade internationalization management toolkit for JavaScript/TypeScript projects. It provides a complete CLI suite with multi-language support and advanced analysis capabilities for managing translations efficiently.
|
|
12
14
|
|
|
15
|
+
## โ ๏ธ Important Disclaimer
|
|
16
|
+
|
|
17
|
+
**This is NOT an official i18n team product or affiliated with any i18n organization.** This toolkit was originally created as a personal project to help manage my own translation files, which was then enhanced with additional features, internationalization support, and made available to the community. It should work with any `en.json` translation files, even without i18n installed, and includes custom logic and settings that can be customized to fit your specific project needs. With simple code modifications or AI-assisted edits, you can easily adapt it to your project's requirements.
|
|
18
|
+
|
|
13
19
|
## ๐ Quick Start
|
|
14
20
|
|
|
15
21
|
### Installation
|
|
@@ -68,83 +74,29 @@ npx i18ntk -v # ๐ Show detailed version information (short flag)
|
|
|
68
74
|
|
|
69
75
|
**Important:** Direct command execution (e.g., `npx i18ntk usage`) now bypasses the interactive menu, allowing for more streamlined workflows and scripting.
|
|
70
76
|
|
|
71
|
-
## โจ What's New in v1.1.
|
|
72
|
-
|
|
73
|
-
###
|
|
74
|
-
- **
|
|
75
|
-
- **
|
|
76
|
-
- **Fixed**:
|
|
77
|
-
- **
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
- **
|
|
82
|
-
- **
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
- **
|
|
88
|
-
- **
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
### ๐ Enhanced CLI Experience
|
|
95
|
-
- **Improved**: Enabled direct execution of commands (e.g., `i18ntk usage`, `i18ntk workflow`) from the command line, bypassing the interactive menu for specified commands.
|
|
96
|
-
|
|
97
|
-
### ๐ Bug Fixes & Improvements
|
|
98
|
-
- **Fixed**: Resolved "Missing required file/directory: ./settings/user-config.json" error by removing outdated global `i18ntk` installation, ensuring the local, up-to-date version is used.
|
|
99
|
-
|
|
100
|
-
## โจ What's New in v1.1.1
|
|
101
|
-
|
|
102
|
-
### ๐ Bug Fixes & Improvements
|
|
103
|
-
- **Fixed**: Interactive menu 'Help' option (option 12) now correctly waits for user input before returning to the main menu.
|
|
104
|
-
- **Improved**: `executeCommand` function now properly handles the 'help' command within the interactive menu, ensuring a smooth user experience.
|
|
105
|
-
- **Fixed**: Resolved issue where internal JSON files (`auth.json`, `pagination.json`, `reportGenerator.json`, `validationStep.json`) were incorrectly included in locale processing. These files are now properly excluded via `settings-manager.js`.
|
|
106
|
-
|
|
107
|
-
### โ
Validation Results
|
|
108
|
-
- **Interactive Help**: Confirmed that the "Press Enter to return to menu." prompt is now correctly displayed and waits for user input after showing help.
|
|
109
|
-
- **Locale File Exclusion**: Verified that specified internal JSON files are no longer processed as user locales, ensuring a cleaner and more accurate translation environment.
|
|
110
|
-
|
|
111
|
-
## โจ What's New in v1.1.0
|
|
112
|
-
|
|
113
|
-
### ๐ Enhanced CLI Experience
|
|
114
|
-
|
|
115
|
-
#### ๐ง Major Improvements
|
|
116
|
-
- **Fixed Version Command**: `i18ntk --version` and `i18ntk -v` now properly display version information instead of loading the management menu
|
|
117
|
-
- **Detailed Version Info**: Version command shows comprehensive information including toolkit name, version, release date, maintainer, Node.js compatibility, license, and recent changes
|
|
118
|
-
- **Improved Documentation**: Comprehensive README update with current standards and best practices
|
|
119
|
-
- **Better CLI UX**: Enhanced command-line interface with proper argument handling
|
|
120
|
-
- **Clean Output**: Version and help commands now execute cleanly without triggering other initialization processes
|
|
121
|
-
|
|
122
|
-
#### ๐ง Critical Non-Interactive Mode Fixes
|
|
123
|
-
- **Fixed Infinite Loop**: Resolved critical infinite loop issue when using piped input (e.g., `echo 0 | i18ntk-manage`)
|
|
124
|
-
- **Enhanced Detection**: Added robust `isNonInteractiveMode()` method for reliable detection of non-interactive scenarios
|
|
125
|
-
- **Graceful Exit**: Improved handling of non-interactive environments with proper user guidance
|
|
126
|
-
- **Direct Command Support**: Fixed multiple menu display issues in direct command execution mode
|
|
127
|
-
- **Automation Ready**: Better support for automated scripts and CI/CD pipelines
|
|
128
|
-
- **Clean Execution**: Commands now execute without redundant menu displays or infinite loops
|
|
129
|
-
|
|
130
|
-
#### ๐ฏ Documentation Excellence
|
|
131
|
-
- **Updated Standards**: README follows current documentation standards and best practices
|
|
132
|
-
- **Comprehensive Coverage**: All sections updated to reflect current functionality and features
|
|
133
|
-
- **Better Organization**: Improved structure and navigation throughout documentation
|
|
134
|
-
- **Version Consistency**: All version references updated to maintain consistency across the project
|
|
135
|
-
|
|
136
|
-
#### ๐ก๏ธ Quality Improvements
|
|
137
|
-
- **Proper CLI Behavior**: Commands now behave as expected without unintended side effects
|
|
138
|
-
- **Enhanced Reliability**: Improved argument parsing and command execution flow
|
|
139
|
-
- **Better User Experience**: Cleaner, more intuitive command-line interactions
|
|
140
|
-
- **Production Ready**: Enhanced stability and professional CLI experience
|
|
141
|
-
- **Automation Support**: Robust handling of various input scenarios including automated scripts and CI/CD environments
|
|
142
|
-
|
|
143
|
-
### ๐งน Previous Improvements (v1.0.5)
|
|
144
|
-
- **System Cleanup**: Removed test-specific translation files and fixed hardcoded keys
|
|
145
|
-
- **Better Organization**: Moved test reports to proper directories
|
|
146
|
-
- **Production Safety**: Eliminated test artifacts from production deployments
|
|
147
|
-
- **Enhanced Stability**: Improved file management and error handling
|
|
77
|
+
## โจ What's New in v1.1.5
|
|
78
|
+
|
|
79
|
+
### ๐งน Documentation & Metadata Cleanup
|
|
80
|
+
- **Enhanced**: Updated all documentation to reflect current version and best practices
|
|
81
|
+
- **Improved**: Cleaned up npm package metadata for better clarity
|
|
82
|
+
- **Fixed**: Repository URLs and homepage links in package configuration
|
|
83
|
+
- **Updated**: Installation instructions and version references throughout documentation
|
|
84
|
+
|
|
85
|
+
### ๐ Previous Version Deprecation
|
|
86
|
+
- **Status**: All versions < 1.1.5 are now deprecated due to critical bugs
|
|
87
|
+
- **Recommendation**: Immediate upgrade to v1.1.5 for stable functionality
|
|
88
|
+
- **Migration**: Major-breaking-changes upgrading from any 1.0.x version. Uninstall, and reinstall and rerun initilization.
|
|
89
|
+
|
|
90
|
+
### ๐ Enhanced Project Organization
|
|
91
|
+
- **Improved**: Configuration files now properly organized in `settings/` directory
|
|
92
|
+
- **Enhanced**: All reports centralized in `i18ntk-reports/` directory for better organization
|
|
93
|
+
- **Cleaned**: Removed duplicate configuration files from root directory
|
|
94
|
+
- **Updated**: Documentation reflects new file structure and locations
|
|
95
|
+
|
|
96
|
+
### ๐ Community Milestone
|
|
97
|
+
- **Achievement**: 200+ downloads in the first week
|
|
98
|
+
- **Gratitude**: Thank you for your patience as we resolved functional issues
|
|
99
|
+
- **Commitment**: Continued focus on stability and user experience
|
|
148
100
|
|
|
149
101
|
## ๐ Documentation
|
|
150
102
|
|
|
@@ -259,7 +211,7 @@ i18n-management-toolkit/
|
|
|
259
211
|
โ โโโ verify-package.js # Package verification
|
|
260
212
|
โโโ settings/ # Configuration management
|
|
261
213
|
โ โโโ admin-config.json # Admin configuration
|
|
262
|
-
โ โโโ i18ntk-config.json # User configuration
|
|
214
|
+
โ โโโ i18ntk-config.json # User configuration (main config file)
|
|
263
215
|
โ โโโ settings-cli.js # Settings CLI
|
|
264
216
|
โ โโโ settings-manager.js # Settings management
|
|
265
217
|
โ โโโ backups/ # Configuration backups
|
package/docs/INSTALLATION.md
CHANGED
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
# I18N Management Toolkit - Installation Guide
|
|
2
2
|
|
|
3
|
-
**Version:** 1.1.
|
|
4
|
-
**Release Date:**
|
|
5
|
-
**Status:** Stable Release -
|
|
3
|
+
**Version:** 1.1.5
|
|
4
|
+
**Release Date:** August 2, 2025
|
|
5
|
+
**Status:** Stable Release - Documentation & Metadata Cleanup
|
|
6
|
+
|
|
7
|
+
## โ ๏ธ Important Disclaimer
|
|
8
|
+
|
|
9
|
+
**This is NOT an official i18n team product or affiliated with any i18n organization.** This toolkit was originally created as a personal project to help manage my own translation files, which was then enhanced with additional features, internationalization support, and made available to the community. It should work with any `en.json` translation files, even without i18n installed, and includes custom logic and settings that can be customized to fit your specific project needs. With simple code modifications or AI-assisted edits, you can easily adapt it to your project's requirements.
|
|
6
10
|
|
|
7
11
|
## ๐ฆ Installation Options
|
|
8
12
|
|
|
9
13
|
### ๐ Local Project Installation (Recommended)
|
|
10
14
|
|
|
11
|
-
Install i18ntk
|
|
15
|
+
Install i18ntk locally for your project (recommended approach):
|
|
12
16
|
|
|
13
17
|
#### NPM
|
|
14
18
|
```bash
|
|
@@ -209,7 +213,7 @@ When you run `i18ntk-init`, it automatically creates:
|
|
|
209
213
|
|
|
210
214
|
```
|
|
211
215
|
your-project/
|
|
212
|
-
โโโ i18ntk-config.json # User preferences
|
|
216
|
+
โโโ settings/i18ntk-config.json # User preferences (main configuration file)
|
|
213
217
|
โโโ admin-config.json # Admin settings (if needed)
|
|
214
218
|
โโโ locales/ # Translation files
|
|
215
219
|
โ โโโ en/
|
|
@@ -219,7 +223,7 @@ your-project/
|
|
|
219
223
|
```
|
|
220
224
|
|
|
221
225
|
### Manual Configuration
|
|
222
|
-
If you prefer manual setup, create `i18ntk-config.json`:
|
|
226
|
+
If you prefer manual setup, create `settings/i18ntk-config.json`:
|
|
223
227
|
|
|
224
228
|
```json
|
|
225
229
|
{
|
package/docs/README.md
CHANGED
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
# I18N Management Toolkit - Documentation Hub
|
|
2
2
|
|
|
3
|
-
**Version:** 1.1.
|
|
4
|
-
**Last Updated:**
|
|
3
|
+
**Version:** 1.1.5
|
|
4
|
+
**Last Updated:** August 2, 2025
|
|
5
5
|
**Maintainer:** Vladimir Noskov
|
|
6
6
|
|
|
7
|
+
## โ ๏ธ Important Disclaimer
|
|
8
|
+
|
|
9
|
+
**This is NOT an official i18n team product or affiliated with any i18n organization.** This toolkit was originally created as a personal project to help manage my own translation files, which was then enhanced with additional features, internationalization support, and made available to the community. It should work with any `en.json` translation files, even without i18n installed, and includes custom logic and settings that can be customized to fit your specific project needs. With simple code modifications or AI-assisted edits, you can easily adapt it to your project's requirements.
|
|
10
|
+
|
|
7
11
|
## ๐ Welcome to the Documentation Hub
|
|
8
12
|
|
|
9
13
|
This is your central hub for all I18N Management Toolkit documentation. Whether you're just getting started or looking for advanced configuration options, you'll find everything you need here.
|
|
@@ -143,13 +147,14 @@ All languages maintain **100% translation coverage** with **573/573 keys** trans
|
|
|
143
147
|
|
|
144
148
|
## ๐ Quality Assurance
|
|
145
149
|
|
|
146
|
-
### Current Status (v1.1.
|
|
150
|
+
### Current Status (v1.1.5)
|
|
147
151
|
```
|
|
148
152
|
โ
Tests Passing: 25/25 (100%)
|
|
149
153
|
โ
Translation Coverage: 573/573 keys (100%)
|
|
150
154
|
โ
Translation Errors: 0 (fixed)
|
|
151
155
|
โ
Dynamic Value Replacement: Working
|
|
152
156
|
โ
Security Configuration: Valid
|
|
157
|
+
โ
Documentation Updated: Complete
|
|
153
158
|
๐ Overall Status: ๐ข READY
|
|
154
159
|
```
|
|
155
160
|
|
|
@@ -177,15 +182,14 @@ For enterprise support, custom integrations, or consulting services, please cont
|
|
|
177
182
|
## ๐ Version History
|
|
178
183
|
|
|
179
184
|
### Recent Releases
|
|
180
|
-
- **[v1.1.
|
|
181
|
-
- **[v1.1.
|
|
182
|
-
- **[v1.1.
|
|
183
|
-
- **[v1.
|
|
184
|
-
- **[v1.
|
|
185
|
-
- **[v1.0
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
- **[v1.0.0](../CHANGELOG.md)** - First Stable Release
|
|
185
|
+
- **[v1.1.5](../CHANGELOG.md)** - Documentation & Metadata Cleanup (Current)
|
|
186
|
+
- **[v1.1.4](../CHANGELOG.md)** - Internationalization Completion **(DEPRECATED)**
|
|
187
|
+
- **[v1.1.3](../CHANGELOG.md)** - Translation System Enhancement **(DEPRECATED)**
|
|
188
|
+
- **[v1.1.2](../CHANGELOG.md)** - Enhanced CLI Experience **(DEPRECATED)**
|
|
189
|
+
- **[v1.1.1](../CHANGELOG.md)** - Interactive Menu & Locale Fixes **(DEPRECATED)**
|
|
190
|
+
- **[v1.1.0](../CHANGELOG.md)** - Enhanced CLI & Non-Interactive Mode **(DEPRECATED)**
|
|
191
|
+
|
|
192
|
+
**โ ๏ธ Note:** All versions < 1.1.5 are deprecated. Please upgrade immediately.
|
|
189
193
|
|
|
190
194
|
### Migration Guides
|
|
191
195
|
- **[Upgrading to v1.0.0](../RELEASE_NOTES_v1.0.0.md#-migration-guide)** - Seamless upgrade from dev versions
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Translation Status - v1.1.4
|
|
2
2
|
|
|
3
|
-
## ๐ Current Status:
|
|
3
|
+
## ๐ Current Status: # Translation Status - v1.1.5
|
|
4
4
|
|
|
5
|
-
**i18ntk v1.1.
|
|
5
|
+
**i18ntk v1.1.5** is **production-ready** with complete documentation updates and npm metadata cleanup. All previous versions are deprecated - please upgrade immediately.
|
|
6
6
|
|
|
7
7
|
## โ
Completed
|
|
8
8
|
|
|
@@ -59,9 +59,9 @@ Community contributions for translations are welcome! The framework is ready - o
|
|
|
59
59
|
|
|
60
60
|
## ๐
Timeline
|
|
61
61
|
|
|
62
|
-
- **v1.1.
|
|
62
|
+
- **v1.1.5**: Production-ready release with documentation and metadata cleanup
|
|
63
63
|
- **v1.1.5**: Target for complete translation completion across all supported languages
|
|
64
64
|
|
|
65
65
|
---
|
|
66
66
|
|
|
67
|
-
*Last updated:
|
|
67
|
+
*Last updated: 02/08/2025 - i18ntk v1.1.5 Release*
|
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
# I18N Management Toolkit - API Reference
|
|
2
2
|
|
|
3
|
-
**Version:** 1.1.
|
|
3
|
+
**Version:** 1.1.5
|
|
4
4
|
**Last Updated:** 28/01/2025
|
|
5
5
|
**Maintainer:** Vladimir Noskov
|
|
6
6
|
|
|
7
|
+
## โ ๏ธ Important Disclaimer
|
|
8
|
+
|
|
9
|
+
**This is NOT an official i18n team product or affiliated with any i18n organization.** This toolkit was originally created as a personal project to help manage my own translation files, which was then enhanced with additional features, internationalization support, and made available to the community. It should work with any `en.json` translation files, even without i18n installed, and includes custom logic and settings that can be customized to fit your specific project needs. With simple code modifications or AI-assisted edits, you can easily adapt it to your project's requirements.
|
|
10
|
+
|
|
7
11
|
## ๐ Overview
|
|
8
12
|
|
|
9
13
|
This document provides a comprehensive API reference for the I18N Management Toolkit, including all available commands, configuration options, and programmatic interfaces.
|
|
10
14
|
|
|
11
|
-
### ๐ง Latest Updates (v1.1.
|
|
15
|
+
### ๐ง Latest Updates (v1.1.5)
|
|
12
16
|
- **Improved**: Enabled direct execution of commands (e.g., `i18ntk usage`, `i18ntk workflow`) from the command line, bypassing the interactive menu.
|
|
13
17
|
- **Fixed**: Resolved "Missing required file/directory: ./settings/user-config.json" error by removing outdated global `i18ntk` installation.
|
|
14
18
|
- **Updated**: All CLI command examples to use `npx i18ntk <command>` for consistency with recommended local usage.
|
|
@@ -382,4 +386,4 @@ const manager = new I18nManager(config);
|
|
|
382
386
|
|
|
383
387
|
---
|
|
384
388
|
|
|
385
|
-
**Note:** This API reference is maintained for version 1.
|
|
389
|
+
**Note:** This API reference is maintained for version 1.1.5. For the latest updates, please refer to the [Changelog](../../CHANGELOG.md).
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# I18N Management Toolkit - Configuration Guide
|
|
2
2
|
|
|
3
|
-
**Version:** 1.1.
|
|
3
|
+
**Version:** 1.1.5
|
|
4
4
|
**Last Updated:** 27/07/2025
|
|
5
5
|
**Maintainer:** Vladimir Noskov
|
|
6
6
|
|
|
@@ -301,8 +301,8 @@ project-root/
|
|
|
301
301
|
โ โโโ summary/
|
|
302
302
|
โโโ backups/ # Configuration backups
|
|
303
303
|
โโโ docs/ # Documentation
|
|
304
|
-
โโโ i18ntk-config.json
|
|
305
|
-
โโโ admin-config.json # Admin configuration
|
|
304
|
+
โโโ settings/i18ntk-config.json # User configuration (main config file)
|
|
305
|
+
โโโ settings/admin-config.json # Admin configuration
|
|
306
306
|
โโโ package.json
|
|
307
307
|
```
|
|
308
308
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# NPM Publishing Guide - I18N Management Toolkit
|
|
2
2
|
|
|
3
|
-
**Version:** 1.1.
|
|
3
|
+
**Version:** 1.1.5
|
|
4
4
|
**Release Date:** July 27, 2025
|
|
5
5
|
**Status:** Ready for Stable NPM/Yarn Release
|
|
6
6
|
**Maintainer:** Vladimir Noskov
|
|
@@ -11,7 +11,7 @@ The I18N Management Toolkit (i18ntk) is now ready for stable distribution on NPM
|
|
|
11
11
|
|
|
12
12
|
### Package Details
|
|
13
13
|
- **Package Name:** `i18ntk`
|
|
14
|
-
- **Current Version:** 1.1.
|
|
14
|
+
- **Current Version:** 1.1.5
|
|
15
15
|
- **License:** MIT
|
|
16
16
|
- **Repository:** [GitHub](https://github.com/vladnoskv/i18n-management-toolkit)
|
|
17
17
|
- **Maintainer:** Vladimir Noskov <vladnoskv@gmail.com>
|
|
@@ -23,11 +23,11 @@ The I18N Management Toolkit (i18ntk) is now ready for stable distribution on NPM
|
|
|
23
23
|
- [x] **Translation coverage:** 573/573 keys (100%)
|
|
24
24
|
- [x] **Zero extra keys:** Production-ready quality
|
|
25
25
|
- [x] **Dynamic translations:** Verified working
|
|
26
|
-
- [x] **Documentation:** Updated to v1.1.
|
|
26
|
+
- [x] **Documentation:** Updated to v1.1.5
|
|
27
27
|
- [x] **Package verification:** `npm run verify-package` passes
|
|
28
28
|
|
|
29
29
|
### ๐ Package Configuration
|
|
30
|
-
- [x] **package.json:** Updated to v1.1.
|
|
30
|
+
- [x] **package.json:** Updated to v1.1.5
|
|
31
31
|
- [x] **Version info:** All metadata current
|
|
32
32
|
- [x] **Dependencies:** Properly configured
|
|
33
33
|
- [x] **Scripts:** All commands working
|
|
@@ -35,11 +35,11 @@ The I18N Management Toolkit (i18ntk) is now ready for stable distribution on NPM
|
|
|
35
35
|
- [x] **Keywords:** SEO optimized
|
|
36
36
|
|
|
37
37
|
### ๐ Documentation
|
|
38
|
-
- [x] **README.md:** Updated with v1.1.
|
|
38
|
+
- [x] **README.md:** Updated with v1.1.5 stable release features
|
|
39
39
|
- [x] **CHANGELOG.md:** Complete version history
|
|
40
40
|
- [x] **API_REFERENCE.md:** Current API documentation
|
|
41
41
|
- [x] **INSTALLATION.md:** Comprehensive setup guide
|
|
42
|
-
- [x] **RELEASE_NOTES_v1.1.
|
|
42
|
+
- [x] **RELEASE_NOTES_v1.1.5.md:** Latest stable release notes
|
|
43
43
|
|
|
44
44
|
## ๐ Publishing Process
|
|
45
45
|
|
|
@@ -62,13 +62,13 @@ npm doctor
|
|
|
62
62
|
### 2. Version Management
|
|
63
63
|
|
|
64
64
|
```bash
|
|
65
|
-
# Current version should be 1.1.
|
|
65
|
+
# Current version should be 1.1.5
|
|
66
66
|
npm version --no-git-tag-version
|
|
67
67
|
|
|
68
68
|
# If version needs updating:
|
|
69
|
-
# npm version patch --no-git-tag-version # 1.1.
|
|
70
|
-
# npm version minor --no-git-tag-version # 1.1.
|
|
71
|
-
# npm version major --no-git-tag-version # 1.1.
|
|
69
|
+
# npm version patch --no-git-tag-version # 1.1.5 -> 1.1.6
|
|
70
|
+
# npm version minor --no-git-tag-version # 1.1.5 -> 1.2.0
|
|
71
|
+
# npm version major --no-git-tag-version # 1.1.5 -> 2.0.0
|
|
72
72
|
```
|
|
73
73
|
|
|
74
74
|
### 3. Build and Package
|
|
@@ -81,7 +81,7 @@ npm run clean # if available
|
|
|
81
81
|
npm pack
|
|
82
82
|
|
|
83
83
|
# Inspect the created tarball
|
|
84
|
-
tar -tzf i18ntk-1.1.
|
|
84
|
+
tar -tzf i18ntk-1.1.5.tgz
|
|
85
85
|
```
|
|
86
86
|
|
|
87
87
|
### 4. NPM Registry Login
|
|
@@ -115,10 +115,10 @@ npm publish --access public
|
|
|
115
115
|
npm view i18ntk
|
|
116
116
|
|
|
117
117
|
# Check specific version
|
|
118
|
-
npm view i18ntk@1.1.
|
|
118
|
+
npm view i18ntk@1.1.5
|
|
119
119
|
|
|
120
120
|
# Test installation
|
|
121
|
-
npm install -g i18ntk@1.1.
|
|
121
|
+
npm install -g i18ntk@1.1.5
|
|
122
122
|
```
|
|
123
123
|
|
|
124
124
|
## ๐ Package Configuration Details
|
|
@@ -129,7 +129,7 @@ npm install -g i18ntk@1.1.2
|
|
|
129
129
|
```json
|
|
130
130
|
{
|
|
131
131
|
"name": "i18ntk",
|
|
132
|
-
"version": "1.1.
|
|
132
|
+
"version": "1.1.5"
|
|
133
133
|
"description": "Enterprise-grade internationalization management toolkit",
|
|
134
134
|
"main": "main/i18ntk-manage.js",
|
|
135
135
|
"license": "MIT",
|
|
@@ -37,7 +37,7 @@ project-root/
|
|
|
37
37
|
โ โโโ tests/ # Test scripts
|
|
38
38
|
โ โโโ debug/ # Debug tools
|
|
39
39
|
โ โโโ scripts/ # Development utilities
|
|
40
|
-
โโโ
|
|
40
|
+
โโโ i18ntk-reports/ # Organized report structure (all reports centralized here)
|
|
41
41
|
โ โโโ analysis/ # Analysis reports
|
|
42
42
|
โ โโโ validation/ # Validation reports
|
|
43
43
|
โ โโโ usage/ # Usage reports
|
|
@@ -45,7 +45,7 @@ project-root/
|
|
|
45
45
|
โ โโโ summary/ # Summary reports
|
|
46
46
|
โโโ ui-locales/ # UI translation files
|
|
47
47
|
โโโ locales/ # Project translation files
|
|
48
|
-
โโโ i18ntk-config.json # Main configuration
|
|
48
|
+
โโโ settings/i18ntk-config.json # Main configuration (in settings folder)
|
|
49
49
|
```
|
|
50
50
|
|
|
51
51
|
### Testing Requirements
|
|
@@ -1,15 +1,17 @@
|
|
|
1
|
-
# Release Notes - Version 1.0.0
|
|
1
|
+
# Release Notes - Version 1.0.0 (DEPRECATED - Use 1.1.5)
|
|
2
2
|
|
|
3
3
|
**Release Date:** July 27, 2025
|
|
4
|
-
**Version:** 1.0.0
|
|
4
|
+
**Version:** 1.0.0 (DEPRECATED - All versions below 1.1.5 contain bugs)
|
|
5
5
|
**Status:** ๐ First Stable Release
|
|
6
6
|
**Distribution:** NPM/Yarn Ready
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
-
##
|
|
10
|
+
## โ ๏ธ DEPRECATED VERSION
|
|
11
11
|
|
|
12
|
-
|
|
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.
|
|
13
15
|
|
|
14
16
|
## ๐ What's New in 1.0.0
|
|
15
17
|
|
|
@@ -49,7 +51,7 @@ yarn global add i18ntk
|
|
|
49
51
|
|
|
50
52
|
### Verify Installation
|
|
51
53
|
```bash
|
|
52
|
-
i18ntk --version # Should show 1.
|
|
54
|
+
i18ntk --version # Should show 1.1.5
|
|
53
55
|
i18ntk --help # Show available commands
|
|
54
56
|
```
|
|
55
57
|
|
|
@@ -118,11 +120,11 @@ If you were using development versions (0.5.0-dev through 0.6.3-dev), upgrading
|
|
|
118
120
|
# Uninstall old development version
|
|
119
121
|
npm uninstall -g i18ntk
|
|
120
122
|
|
|
121
|
-
# Install stable 1.
|
|
123
|
+
# Install stable 1.1.5
|
|
122
124
|
npm install -g i18ntk
|
|
123
125
|
|
|
124
126
|
# Verify installation
|
|
125
|
-
i18ntk --version # Should show 1.
|
|
127
|
+
i18ntk --version # Should show 1.1.5
|
|
126
128
|
```
|
|
127
129
|
|
|
128
130
|
**No breaking changes** - all commands and configurations remain compatible.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Release Notes - i18ntk v1.0.4
|
|
1
|
+
# Release Notes - i18ntk v1.0.4 (DEPRECATED - Use 1.1.5)
|
|
2
2
|
|
|
3
3
|
**Release Date:** January 27, 2025
|
|
4
4
|
**Release Type:** Patch Release ๐ง
|
|
@@ -6,7 +6,9 @@
|
|
|
6
6
|
|
|
7
7
|
## ๐ฏ Overview
|
|
8
8
|
|
|
9
|
-
|
|
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.
|
|
10
12
|
|
|
11
13
|
## ๐ง Critical Translation System Fixes
|
|
12
14
|
|
|
@@ -70,8 +72,8 @@ Version 1.0.4 is a critical patch release that addresses significant translation
|
|
|
70
72
|
- Improved security validation coverage
|
|
71
73
|
|
|
72
74
|
### Documentation
|
|
73
|
-
- `package.json` - Updated version to 1.
|
|
74
|
-
- `CHANGELOG.md` - Added comprehensive v1.
|
|
75
|
+
- `package.json` - Updated version to 1.1.5
|
|
76
|
+
- `CHANGELOG.md` - Added comprehensive v1.1.5 release notes
|
|
75
77
|
- `README.md` - Updated to reflect latest fixes and improvements
|
|
76
78
|
|
|
77
79
|
## โ
Quality Assurance
|
|
@@ -108,7 +110,7 @@ npm update i18ntk
|
|
|
108
110
|
|
|
109
111
|
### Verification
|
|
110
112
|
```bash
|
|
111
|
-
i18ntk --version # Should show 1.
|
|
113
|
+
i18ntk --version # Should show 1.1.5
|
|
112
114
|
i18ntk-validate --help # Should exit properly without errors
|
|
113
115
|
```
|
|
114
116
|
|
|
@@ -124,7 +126,7 @@ i18ntk-validate --help # Should exit properly without errors
|
|
|
124
126
|
- Security warnings for valid configuration
|
|
125
127
|
- Inconsistent translation system behavior
|
|
126
128
|
|
|
127
|
-
### After v1.
|
|
129
|
+
### After v1.1.5
|
|
128
130
|
- โ
Clean console output without translation errors
|
|
129
131
|
- โ
Proper dynamic value replacement in all outputs
|
|
130
132
|
- โ
No security warnings for valid configurations
|
|
@@ -132,7 +134,7 @@ i18ntk-validate --help # Should exit properly without errors
|
|
|
132
134
|
|
|
133
135
|
## ๐ Next Steps
|
|
134
136
|
|
|
135
|
-
After upgrading to v1.
|
|
137
|
+
After upgrading to v1.1.5:
|
|
136
138
|
1. Run your existing i18n workflows to verify improvements
|
|
137
139
|
2. Check that all dynamic values display correctly
|
|
138
140
|
3. Confirm no translation errors in console output
|
|
@@ -140,7 +142,7 @@ After upgrading to v1.0.4:
|
|
|
140
142
|
|
|
141
143
|
## ๐ Support
|
|
142
144
|
|
|
143
|
-
If you encounter any issues with v1.
|
|
145
|
+
If you encounter any issues with v1.1.5:
|
|
144
146
|
- Check the [troubleshooting guide](../debug/DEBUG_TOOLS.md)
|
|
145
147
|
- Review the [configuration documentation](../api/CONFIGURATION.md)
|
|
146
148
|
- Report issues on [GitHub Issues](https://github.com/vladnoskv/i18n-management-toolkit/issues)
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
**Release Date:** July 27, 2024
|
|
2
|
-
**Version:** 1.1.2
|
|
2
|
+
**Version:** 1.1.2 (DEPRECATED - Please upgrade to 1.1.5)
|
|
3
3
|
**Type:** Patch Release ๐ฉน
|
|
4
4
|
|
|
5
5
|
## Overview
|
|
6
6
|
|
|
7
|
-
|
|
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.
|
|
8
10
|
|
|
9
11
|
## ๐ Enhanced CLI Experience
|
|
10
12
|
|
|
@@ -40,7 +42,7 @@ Version 1.1.2 is a patch release focused on enhancing the CLI experience by enab
|
|
|
40
42
|
|
|
41
43
|
```bash
|
|
42
44
|
# Install globally
|
|
43
|
-
npm install -g i18ntk@1.1.
|
|
45
|
+
npm install -g i18ntk@1.1.5
|
|
44
46
|
|
|
45
47
|
# Or update existing installation
|
|
46
48
|
npm update -g i18ntk
|
|
@@ -0,0 +1,81 @@
|
|
|
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.**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "i18ntk",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"description": "i18ntk (i18n Toolkit) - A comprehensive, enterprise-grade internationalization (i18n) management toolkit for JavaScript/TypeScript projects with advanced analysis, validation, and automation features",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"i18n",
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
"debugging",
|
|
23
23
|
"reporting"
|
|
24
24
|
],
|
|
25
|
-
"homepage": "https://github.com/vladnoskv/i18n-management-toolkit#readme",
|
|
25
|
+
"homepage": "https://github.com/vladnoskv/i18n-management-toolkit-main#readme",
|
|
26
26
|
"bugs": {
|
|
27
|
-
"url": "https://github.com/vladnoskv/i18n-management-toolkit/issues"
|
|
27
|
+
"url": "https://github.com/vladnoskv/i18n-management-toolkit-main/issues"
|
|
28
28
|
},
|
|
29
29
|
"repository": {
|
|
30
30
|
"type": "git",
|
|
31
|
-
"url": "git+https://github.com/vladnoskv/i18n-management-toolkit.git"
|
|
31
|
+
"url": "git+https://github.com/vladnoskv/i18n-management-toolkit-main.git"
|
|
32
32
|
},
|
|
33
33
|
"funding": {
|
|
34
34
|
"type": "github",
|
|
@@ -124,25 +124,23 @@
|
|
|
124
124
|
},
|
|
125
125
|
"preferGlobal": true,
|
|
126
126
|
"versionInfo": {
|
|
127
|
-
"version": "1.1.
|
|
128
|
-
"releaseDate": "
|
|
129
|
-
"lastUpdated": "
|
|
127
|
+
"version": "1.1.5",
|
|
128
|
+
"releaseDate": "02/08/2025",
|
|
129
|
+
"lastUpdated": "02/08/2025",
|
|
130
130
|
"maintainer": "Vladimir Noskov",
|
|
131
131
|
"changelog": "./CHANGELOG.md",
|
|
132
132
|
"documentation": "./README.md",
|
|
133
133
|
"apiReference": "./docs/api/API_REFERENCE.md",
|
|
134
134
|
"majorChanges": [
|
|
135
|
-
"
|
|
136
|
-
"๐
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"๐ Added all missing translation keys to English locale files",
|
|
141
|
-
"๐ Added translation status report feature"
|
|
135
|
+
"๐งน Enhanced documentation and cleaned up npm metadata",
|
|
136
|
+
"๐ Marked all previous versions as deprecated due to bugs",
|
|
137
|
+
"๐ Celebrated 200+ downloads milestone",
|
|
138
|
+
"๐ Fixed repository URLs to point to correct GitHub location",
|
|
139
|
+
"๐ Updated all version references to 1.1.5"
|
|
142
140
|
],
|
|
143
141
|
"breakingChanges": [],
|
|
144
|
-
"deprecations": ["<1.1.
|
|
145
|
-
"nextVersion": "1.1.
|
|
142
|
+
"deprecations": ["<1.1.5", "1.0.x"],
|
|
143
|
+
"nextVersion": "1.1.6",
|
|
146
144
|
"supportedNodeVersions": ">=16.0.0",
|
|
147
145
|
"supportedFrameworks": {
|
|
148
146
|
"react-i18next": ">=11.0.0",
|
|
@@ -198,7 +198,7 @@ class TranslationTester {
|
|
|
198
198
|
}
|
|
199
199
|
|
|
200
200
|
// Create detailed report file
|
|
201
|
-
const reportPath = path.join(__dirname, '..', 'translation-test-report.json');
|
|
201
|
+
const reportPath = path.join(__dirname, '..', 'i18ntk-reports', 'translation-test-report.json');
|
|
202
202
|
const report = {
|
|
203
203
|
timestamp: new Date().toISOString(),
|
|
204
204
|
languages: this.languages,
|
|
@@ -236,7 +236,7 @@ class TranslationValidator {
|
|
|
236
236
|
}
|
|
237
237
|
|
|
238
238
|
// Save report
|
|
239
|
-
const reportPath = path.join(__dirname, '..', 'validation-report.json');
|
|
239
|
+
const reportPath = path.join(__dirname, '..', 'i18ntk-reports', 'validation-report.json');
|
|
240
240
|
fs.writeFileSync(reportPath, JSON.stringify(this.results, null, 2));
|
|
241
241
|
console.log(`\n๐ Full report saved to: ${reportPath}`);
|
|
242
242
|
}
|
|
File without changes
|