i18ntk 1.4.2 → 1.5.0
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 +135 -13
- package/README.md +585 -43
- package/main/i18ntk-analyze.js +55 -5
- package/main/i18ntk-autorun.js +46 -98
- package/main/i18ntk-complete.js +20 -9
- package/main/i18ntk-init.js +9 -10
- package/main/i18ntk-manage.js +8 -7
- package/main/i18ntk-sizing.js +18 -3
- package/main/i18ntk-summary.js +17 -8
- package/main/i18ntk-ui.js +53 -39
- package/main/i18ntk-usage.js +7 -7
- package/main/i18ntk-validate.js +6 -6
- package/main/validate-translations.js +0 -74
- package/package.json +25 -21
- package/scripts/debug/README.md +2 -2
- package/scripts/debug/debugger.js +176 -392
- package/scripts/export-translations.js +57 -30
- package/scripts/sync-translations.js +1 -1
- package/scripts/test-runner.js +5 -5
- package/scripts/validate-all-translations.js +1 -1
- package/scripts/verify-package.js +50 -168
- package/settings/language-config.json +6 -0
- package/settings/settings-cli.js +85 -1
- package/settings/settings-manager.js +11 -7
- package/utils/admin-cli.js +3 -2
- package/utils/admin-pin.js +179 -60
- package/utils/i18n-helper.js +55 -33
- package/utils/security-check.js +347 -0
- package/utils/security-config.js +255 -0
- package/utils/security.js +1 -1
- package/locales/de/common.json +0 -20
- package/locales/en/common.json +0 -20
- package/locales/es/common.json +0 -20
- package/locales/fr/common.json +0 -20
- package/locales/ru/common.json +0 -20
- package/scripts/copy-translations.js +0 -90
- package/scripts/debug/complete-console-translations.js +0 -295
- package/scripts/debug/console-key-checker.js +0 -408
- package/scripts/debug/console-translations.js +0 -335
- package/scripts/debug/export-missing-keys.js +0 -432
- package/scripts/debug/final-normalize.js +0 -236
- package/scripts/debug/find-extra-keys.js +0 -68
- package/scripts/debug/normalize-locales.js +0 -153
- package/scripts/debug/refactor-locales.js +0 -240
- package/scripts/debug/reorder-locales.js +0 -85
- package/scripts/debug/replace-hardcoded-console.js +0 -378
- package/scripts/fix-missing-translation-keys.js +0 -214
- package/scripts/sync-pt-translations.js +0 -115
- package/scripts/test-translations.js +0 -220
- package/ui-locales/de/adminCli.json +0 -43
- package/ui-locales/de/adminPin.json +0 -32
- package/ui-locales/de/analyze.json +0 -78
- package/ui-locales/de/autorun.json +0 -72
- package/ui-locales/de/common.json +0 -40
- package/ui-locales/de/complete.json +0 -33
- package/ui-locales/de/debug.json +0 -21
- package/ui-locales/de/detect-language-mismatches.json +0 -52
- package/ui-locales/de/errors.json +0 -17
- package/ui-locales/de/help.json +0 -88
- package/ui-locales/de/i18n-helper.json +0 -9
- package/ui-locales/de/init.json +0 -58
- package/ui-locales/de/language.json +0 -13
- package/ui-locales/de/maintain-language-purity.json +0 -21
- package/ui-locales/de/menu.json +0 -45
- package/ui-locales/de/native-translations.json +0 -22
- package/ui-locales/de/operations.json +0 -79
- package/ui-locales/de/security.json +0 -26
- package/ui-locales/de/settings-cli.json +0 -40
- package/ui-locales/de/settings-manager.json +0 -27
- package/ui-locales/de/settings.json +0 -395
- package/ui-locales/de/sizing.json +0 -52
- package/ui-locales/de/status.json +0 -27
- package/ui-locales/de/summary.json +0 -136
- package/ui-locales/de/test-complete-system.json +0 -40
- package/ui-locales/de/test-console-i18n.json +0 -36
- package/ui-locales/de/translate-mismatches.json +0 -26
- package/ui-locales/de/ui.json +0 -11
- package/ui-locales/de/usage.json +0 -113
- package/ui-locales/de/validate-language-purity.json +0 -51
- package/ui-locales/de/validate.json +0 -85
- package/ui-locales/de/workflow.json +0 -16
- package/ui-locales/en/adminCli.json +0 -44
- package/ui-locales/en/adminPin.json +0 -33
- package/ui-locales/en/analyze.json +0 -78
- package/ui-locales/en/autorun.json +0 -72
- package/ui-locales/en/common.json +0 -40
- package/ui-locales/en/complete.json +0 -34
- package/ui-locales/en/debug.json +0 -21
- package/ui-locales/en/detect-language-mismatches.json +0 -52
- package/ui-locales/en/errors.json +0 -17
- package/ui-locales/en/help.json +0 -88
- package/ui-locales/en/i18n-helper.json +0 -9
- package/ui-locales/en/init.json +0 -59
- package/ui-locales/en/language.json +0 -13
- package/ui-locales/en/maintain-language-purity.json +0 -19
- package/ui-locales/en/menu.json +0 -45
- package/ui-locales/en/native-translations.json +0 -22
- package/ui-locales/en/operations.json +0 -79
- package/ui-locales/en/security.json +0 -26
- package/ui-locales/en/settings-cli.json +0 -40
- package/ui-locales/en/settings-manager.json +0 -27
- package/ui-locales/en/settings.json +0 -456
- package/ui-locales/en/sizing.json +0 -60
- package/ui-locales/en/status.json +0 -27
- package/ui-locales/en/summary.json +0 -136
- package/ui-locales/en/test-complete-system.json +0 -40
- package/ui-locales/en/test-console-i18n.json +0 -36
- package/ui-locales/en/translate-mismatches.json +0 -26
- package/ui-locales/en/ui.json +0 -26
- package/ui-locales/en/usage.json +0 -114
- package/ui-locales/en/validate-language-purity.json +0 -51
- package/ui-locales/en/validate.json +0 -85
- package/ui-locales/en/workflow.json +0 -46
- package/ui-locales/es/adminCli.json +0 -41
- package/ui-locales/es/adminPin.json +0 -33
- package/ui-locales/es/analyze.json +0 -78
- package/ui-locales/es/autorun.json +0 -72
- package/ui-locales/es/common.json +0 -40
- package/ui-locales/es/complete.json +0 -33
- package/ui-locales/es/debug.json +0 -21
- package/ui-locales/es/detect-language-mismatches.json +0 -52
- package/ui-locales/es/errors.json +0 -17
- package/ui-locales/es/help.json +0 -88
- package/ui-locales/es/i18n-helper.json +0 -9
- package/ui-locales/es/init.json +0 -58
- package/ui-locales/es/language.json +0 -13
- package/ui-locales/es/maintain-language-purity.json +0 -19
- package/ui-locales/es/menu.json +0 -45
- package/ui-locales/es/native-translations.json +0 -22
- package/ui-locales/es/operations.json +0 -79
- package/ui-locales/es/security.json +0 -26
- package/ui-locales/es/settings-cli.json +0 -40
- package/ui-locales/es/settings-manager.json +0 -27
- package/ui-locales/es/settings.json +0 -393
- package/ui-locales/es/sizing.json +0 -59
- package/ui-locales/es/status.json +0 -27
- package/ui-locales/es/summary.json +0 -136
- package/ui-locales/es/test-complete-system.json +0 -40
- package/ui-locales/es/test-console-i18n.json +0 -36
- package/ui-locales/es/translate-mismatches.json +0 -26
- package/ui-locales/es/ui.json +0 -11
- package/ui-locales/es/usage.json +0 -113
- package/ui-locales/es/validate-language-purity.json +0 -51
- package/ui-locales/es/validate.json +0 -85
- package/ui-locales/es/workflow.json +0 -16
- package/ui-locales/fr/adminCli.json +0 -41
- package/ui-locales/fr/adminPin.json +0 -29
- package/ui-locales/fr/analyze.json +0 -78
- package/ui-locales/fr/autorun.json +0 -72
- package/ui-locales/fr/common.json +0 -40
- package/ui-locales/fr/complete.json +0 -33
- package/ui-locales/fr/debug.json +0 -21
- package/ui-locales/fr/detect-language-mismatches.json +0 -52
- package/ui-locales/fr/errors.json +0 -17
- package/ui-locales/fr/help.json +0 -88
- package/ui-locales/fr/i18n-helper.json +0 -9
- package/ui-locales/fr/init.json +0 -58
- package/ui-locales/fr/language.json +0 -13
- package/ui-locales/fr/maintain-language-purity.json +0 -19
- package/ui-locales/fr/menu.json +0 -45
- package/ui-locales/fr/native-translations.json +0 -22
- package/ui-locales/fr/operations.json +0 -79
- package/ui-locales/fr/security.json +0 -26
- package/ui-locales/fr/settings-cli.json +0 -40
- package/ui-locales/fr/settings-manager.json +0 -27
- package/ui-locales/fr/settings.json +0 -395
- package/ui-locales/fr/sizing.json +0 -59
- package/ui-locales/fr/status.json +0 -27
- package/ui-locales/fr/summary.json +0 -136
- package/ui-locales/fr/test-complete-system.json +0 -40
- package/ui-locales/fr/test-console-i18n.json +0 -36
- package/ui-locales/fr/translate-mismatches.json +0 -26
- package/ui-locales/fr/ui.json +0 -11
- package/ui-locales/fr/usage.json +0 -113
- package/ui-locales/fr/validate-language-purity.json +0 -51
- package/ui-locales/fr/validate.json +0 -85
- package/ui-locales/fr/workflow.json +0 -16
- package/ui-locales/ja/adminCli.json +0 -42
- package/ui-locales/ja/adminPin.json +0 -31
- package/ui-locales/ja/analyze.json +0 -78
- package/ui-locales/ja/autorun.json +0 -72
- package/ui-locales/ja/common.json +0 -40
- package/ui-locales/ja/complete.json +0 -33
- package/ui-locales/ja/debug.json +0 -21
- package/ui-locales/ja/detect-language-mismatches.json +0 -52
- package/ui-locales/ja/errors.json +0 -17
- package/ui-locales/ja/help.json +0 -88
- package/ui-locales/ja/i18n-helper.json +0 -9
- package/ui-locales/ja/init.json +0 -58
- package/ui-locales/ja/language.json +0 -13
- package/ui-locales/ja/maintain-language-purity.json +0 -19
- package/ui-locales/ja/menu.json +0 -45
- package/ui-locales/ja/native-translations.json +0 -22
- package/ui-locales/ja/operations.json +0 -79
- package/ui-locales/ja/security.json +0 -26
- package/ui-locales/ja/settings-cli.json +0 -5
- package/ui-locales/ja/settings-manager.json +0 -27
- package/ui-locales/ja/settings.json +0 -375
- package/ui-locales/ja/sizing.json +0 -59
- package/ui-locales/ja/status.json +0 -27
- package/ui-locales/ja/summary.json +0 -136
- package/ui-locales/ja/test-complete-system.json +0 -40
- package/ui-locales/ja/test-console-i18n.json +0 -36
- package/ui-locales/ja/translate-mismatches.json +0 -26
- package/ui-locales/ja/ui.json +0 -11
- package/ui-locales/ja/usage.json +0 -113
- package/ui-locales/ja/validate-language-purity.json +0 -51
- package/ui-locales/ja/validate.json +0 -85
- package/ui-locales/ja/workflow.json +0 -16
- package/ui-locales/pt/adminCli.json +0 -41
- package/ui-locales/pt/adminPin.json +0 -29
- package/ui-locales/pt/analyze.json +0 -78
- package/ui-locales/pt/autorun.json +0 -72
- package/ui-locales/pt/common.json +0 -40
- package/ui-locales/pt/complete.json +0 -33
- package/ui-locales/pt/debug.json +0 -21
- package/ui-locales/pt/detect-language-mismatches.json +0 -52
- package/ui-locales/pt/errors.json +0 -17
- package/ui-locales/pt/help.json +0 -221
- package/ui-locales/pt/i18n-helper.json +0 -9
- package/ui-locales/pt/init.json +0 -58
- package/ui-locales/pt/language.json +0 -13
- package/ui-locales/pt/maintain-language-purity.json +0 -19
- package/ui-locales/pt/menu.json +0 -45
- package/ui-locales/pt/native-translations.json +0 -22
- package/ui-locales/pt/operations.json +0 -79
- package/ui-locales/pt/security.json +0 -26
- package/ui-locales/pt/settings-cli.json +0 -40
- package/ui-locales/pt/settings-manager.json +0 -27
- package/ui-locales/pt/settings.json +0 -327
- package/ui-locales/pt/sizing.json +0 -60
- package/ui-locales/pt/status.json +0 -27
- package/ui-locales/pt/summary.json +0 -136
- package/ui-locales/pt/test-complete-system.json +0 -40
- package/ui-locales/pt/test-console-i18n.json +0 -36
- package/ui-locales/pt/translate-mismatches.json +0 -26
- package/ui-locales/pt/ui.json +0 -26
- package/ui-locales/pt/usage.json +0 -113
- package/ui-locales/pt/validate-language-purity.json +0 -53
- package/ui-locales/pt/validate.json +0 -85
- package/ui-locales/pt/workflow.json +0 -46
- package/ui-locales/ru/adminCli.json +0 -42
- package/ui-locales/ru/adminPin.json +0 -30
- package/ui-locales/ru/analyze.json +0 -78
- package/ui-locales/ru/autorun.json +0 -73
- package/ui-locales/ru/common.json +0 -40
- package/ui-locales/ru/complete.json +0 -33
- package/ui-locales/ru/debug.json +0 -21
- package/ui-locales/ru/detect-language-mismatches.json +0 -52
- package/ui-locales/ru/errors.json +0 -17
- package/ui-locales/ru/help.json +0 -88
- package/ui-locales/ru/i18n-helper.json +0 -9
- package/ui-locales/ru/init.json +0 -58
- package/ui-locales/ru/language.json +0 -13
- package/ui-locales/ru/maintain-language-purity.json +0 -19
- package/ui-locales/ru/menu.json +0 -45
- package/ui-locales/ru/native-translations.json +0 -22
- package/ui-locales/ru/operations.json +0 -79
- package/ui-locales/ru/security.json +0 -26
- package/ui-locales/ru/settings-cli.json +0 -5
- package/ui-locales/ru/settings-manager.json +0 -27
- package/ui-locales/ru/settings.json +0 -375
- package/ui-locales/ru/sizing.json +0 -60
- package/ui-locales/ru/status.json +0 -27
- package/ui-locales/ru/summary.json +0 -136
- package/ui-locales/ru/test-complete-system.json +0 -40
- package/ui-locales/ru/test-console-i18n.json +0 -36
- package/ui-locales/ru/translate-mismatches.json +0 -26
- package/ui-locales/ru/ui.json +0 -11
- package/ui-locales/ru/usage.json +0 -113
- package/ui-locales/ru/validate-language-purity.json +0 -49
- package/ui-locales/ru/validate.json +0 -85
- package/ui-locales/ru/workflow.json +0 -16
- package/ui-locales/zh/adminCli.json +0 -42
- package/ui-locales/zh/adminPin.json +0 -29
- package/ui-locales/zh/analyze.json +0 -78
- package/ui-locales/zh/autorun.json +0 -72
- package/ui-locales/zh/common.json +0 -40
- package/ui-locales/zh/complete.json +0 -33
- package/ui-locales/zh/debug.json +0 -21
- package/ui-locales/zh/detect-language-mismatches.json +0 -52
- package/ui-locales/zh/errors.json +0 -17
- package/ui-locales/zh/help.json +0 -88
- package/ui-locales/zh/i18n-helper.json +0 -9
- package/ui-locales/zh/init.json +0 -60
- package/ui-locales/zh/language.json +0 -13
- package/ui-locales/zh/maintain-language-purity.json +0 -19
- package/ui-locales/zh/menu.json +0 -45
- package/ui-locales/zh/native-translations.json +0 -22
- package/ui-locales/zh/operations.json +0 -79
- package/ui-locales/zh/security.json +0 -26
- package/ui-locales/zh/settings-cli.json +0 -40
- package/ui-locales/zh/settings-manager.json +0 -27
- package/ui-locales/zh/settings.json +0 -396
- package/ui-locales/zh/sizing.json +0 -60
- package/ui-locales/zh/status.json +0 -27
- package/ui-locales/zh/summary.json +0 -136
- package/ui-locales/zh/test-complete-system.json +0 -40
- package/ui-locales/zh/test-console-i18n.json +0 -36
- package/ui-locales/zh/translate-mismatches.json +0 -26
- package/ui-locales/zh/ui.json +0 -26
- package/ui-locales/zh/usage.json +0 -113
- package/ui-locales/zh/validate-language-purity.json +0 -51
- package/ui-locales/zh/validate.json +0 -85
- package/ui-locales/zh/workflow.json +0 -44
- package/utils/detect-language-mismatches.js +0 -455
- package/utils/maintain-language-purity.js +0 -438
- package/utils/native-translations.js +0 -478
- package/utils/test-complete-system.js +0 -391
- package/utils/test-console-i18n.js +0 -402
- package/utils/translate-mismatches.js +0 -571
- package/utils/validate-language-purity.js +0 -532
package/CHANGELOG.md
CHANGED
|
@@ -2,17 +2,138 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to the i18n Management Toolkit will be documented in this file.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
|
|
8
|
+
**Current Version:** 1.5.0
|
|
9
|
+
|
|
10
|
+
## [1.5.0] - 2025-08-05
|
|
11
|
+
|
|
12
|
+
### 🚀 **MAJOR PACKAGE OPTIMIZATION** - 68% Size Reduction
|
|
13
|
+
- **🔥 MASSIVE size reduction**: 1.7MB → 536KB unpacked (68% reduction)
|
|
14
|
+
- **📦 Compressed package**: 316.5kB → 111.8kB packed (65% reduction)
|
|
15
|
+
- **🎯 Production-ready**: 39 files vs 256+ fragmented files
|
|
16
|
+
- **⚡ Enhanced performance**: Zero runtime dependencies, framework-agnostic
|
|
17
|
+
|
|
18
|
+
### 🏗️ Monolithic Translation Architecture - **Major Refactoring**
|
|
19
|
+
- **97% file reduction**: 256+ fragmented files → 8 consolidated files
|
|
20
|
+
- **12% size reduction** through intelligent deduplication
|
|
21
|
+
- **Single source of truth** per language with hierarchical namespacing
|
|
22
|
+
- **Enhanced maintainability** with clear organization
|
|
23
|
+
- **Improved performance** with reduced I/O operations
|
|
24
|
+
- **Backward compatibility** maintained with automatic key mapping
|
|
25
|
+
|
|
26
|
+
### 🗑️ Language & Dependency Cleanup
|
|
27
|
+
- **Removed Portuguese language** support (pt) - streamlined to 7 core languages
|
|
28
|
+
- **Zero runtime dependencies** - framework-agnostic design
|
|
29
|
+
- **Simplified release process** with manual versioning
|
|
30
|
+
- **Cleaner CI/CD workflows** without semantic-release complexity
|
|
31
|
+
|
|
32
|
+
### 🌍 Complete Internationalization Overhaul
|
|
33
|
+
- **Fixed all hardcoded error messages** - Replaced remaining hardcoded English strings with proper translation keys
|
|
34
|
+
- **Enhanced validation error handling** - All error messages now support full internationalization across 7 languages
|
|
35
|
+
- **Added comprehensive validation keys** - New translation keys for file operations, directory validation, and error states
|
|
36
|
+
- **Complete error message coverage** - All console error messages now support full internationalization
|
|
37
|
+
- **Translation consistency** - All language files synchronized with new validation keys across EN, DE, ES, FR, JA, ZH, RU
|
|
38
|
+
- **Standardized translation system** - All scripts now use unified i18n-helper.js for consistent translation behavior
|
|
39
|
+
|
|
40
|
+
### 🔧 Validation & Error Handling Improvements
|
|
41
|
+
- **Source directory validation** - Enhanced error messages for missing source directories
|
|
42
|
+
- **JSON file discovery** - Better error handling when no JSON files found in source directories
|
|
43
|
+
- **I18n directory validation** - Improved error messages for missing i18n directories
|
|
44
|
+
- **File path validation** - Enhanced validation for invalid file paths and directory structures
|
|
45
|
+
- **Write operation feedback** - Clearer error messages for file write failures
|
|
46
|
+
- **Sample file creation** - Better error handling for sample translation file creation
|
|
47
|
+
|
|
48
|
+
### 🎯 Translation Key Additions
|
|
49
|
+
- **Added 7 new validation keys** across all language files:
|
|
50
|
+
- `noJsonFilesFound` - When no JSON files found in source directory
|
|
51
|
+
- `i18nDirectoryNotFound` - When i18n directory is missing
|
|
52
|
+
- `invalidDirectoryPaths` - When directory paths are invalid
|
|
53
|
+
- `invalidSampleFilePath` - When sample file path is invalid
|
|
54
|
+
- `failedToCreateSampleTranslationFile` - When sample file creation fails
|
|
55
|
+
- `invalidFilePathDetected` - When invalid file paths are detected
|
|
56
|
+
- `failedToWriteFile` - When file write operations fail
|
|
57
|
+
|
|
58
|
+
### 🛠️ Code Quality & Consistency
|
|
59
|
+
- **Standardized error handling** - Consistent error message patterns across all scripts
|
|
60
|
+
- **Translation fallback support** - All translation keys include English fallback messages
|
|
61
|
+
- **Improved error context** - Better contextual information in error messages
|
|
62
|
+
- **Cross-language consistency** - All 8 language files updated with identical key structures
|
|
63
|
+
- **Backward compatibility** - Maintained existing functionality while adding new features
|
|
64
|
+
|
|
65
|
+
### 🌍 Complete Internationalization Overhaul
|
|
66
|
+
- **Fixed all hardcoded English strings** - Comprehensive translation support across all UI components
|
|
67
|
+
- **Enhanced admin-pin.js** - Full translation key support for all PIN management operations
|
|
68
|
+
- **Added missing translation keys** - 15+ new keys for PIN setup, verification, and security warnings
|
|
69
|
+
- **Complete UI language coverage** - All console messages now support full internationalization
|
|
70
|
+
- **Translation validation** - All language files synchronized across 8 supported languages
|
|
71
|
+
|
|
72
|
+
### 🎯 Zero Dependencies Revolution
|
|
73
|
+
- **Removed i18next dependency** - Package now has zero runtime dependencies
|
|
74
|
+
- **Universal framework compatibility** - Works with React, Vue, Angular, Next.js, and vanilla JavaScript
|
|
75
|
+
- **Faster installation** - No additional packages to download
|
|
76
|
+
- **Enhanced portability** - Framework-agnostic design
|
|
77
|
+
|
|
78
|
+
### ⚡ **PRECISE PERFORMANCE METRICS** - August 5, 2025 Benchmarks
|
|
79
|
+
- **🚀 Verified benchmark results** - Windows 10 / Node.js v22.14.0 / Intel i7-6700K
|
|
80
|
+
- **📊 Translation throughput**:
|
|
81
|
+
- 400 keys (100 × 4 languages): 1578 keys/sec (63.4ms avg)
|
|
82
|
+
- 4,000 keys (1K × 4 languages): 1944 keys/sec (514.4ms avg)
|
|
83
|
+
- 40,000 keys (10K × 4 languages): 1909 keys/sec (5238.8ms avg)
|
|
84
|
+
- 200,000 keys (50K × 4 languages): 1623 keys/sec (30809.7ms avg)
|
|
85
|
+
- **🔧 Configuration validation**:
|
|
86
|
+
- Minimal: 15.7ms avg
|
|
87
|
+
- Standard: 15.7ms avg
|
|
88
|
+
- Full: 20.4ms avg
|
|
89
|
+
- **💾 Memory efficiency**: 413KB avg usage (400 keys), optimized for 25K+ datasets
|
|
90
|
+
- **🎯 Multi-language scale testing**: Validated across 4 languages × 50K keys each
|
|
91
|
+
- **🎯 Performance regression detection** - CI/CD integration to prevent degradation
|
|
92
|
+
- **📈 Complete metrics**: benchmarks/results/benchmark-2025-08-05.json
|
|
93
|
+
|
|
94
|
+
### 🔄 CI/CD & Automation
|
|
95
|
+
- **GitHub Actions workflows** - Automated release and security scanning
|
|
96
|
+
- **Cross-platform testing** - Windows (Tested), macOS (Not Tested), and Linux (Not Tested) compatibility
|
|
97
|
+
- **Security scanning** - Automated vulnerability detection
|
|
98
|
+
- **Performance CI** - Prevents performance regressions in PRs
|
|
99
|
+
- **npm benchmark scripts** - `benchmark`, `benchmark:ci`, `benchmark:baseline`
|
|
100
|
+
|
|
101
|
+
### 📦 Package Optimization
|
|
102
|
+
- **Enhanced .npmignore** - Excludes benchmarks, docs, and dev files
|
|
103
|
+
- **46 files removed** from production package
|
|
104
|
+
- **Production-ready package** - Optimized for npm distribution
|
|
105
|
+
- **Security hardening** - Reduced attack surface
|
|
106
|
+
- **Streamlined dependencies** - Zero runtime dependencies
|
|
107
|
+
|
|
108
|
+
### 🛠️ Developer Experience
|
|
109
|
+
- **Framework-agnostic design** - Works with any i18n solution
|
|
110
|
+
- **Simplified integration** - No framework-specific setup required
|
|
111
|
+
- **Frontend-Optimized Debugger**: Completely redesigned debugger.js removing admin/console checks
|
|
112
|
+
- **Framework Integration Guides**: Added comprehensive React, Vue.js, Angular, and Node.js integration
|
|
113
|
+
- **CI/CD Templates**: Ready-to-use GitHub Actions, GitLab CI, and Docker configurations
|
|
114
|
+
- **Troubleshooting Encyclopedia**: 20+ common issues with solutions
|
|
115
|
+
- **Performance Monitoring**: Health dashboard and key metrics tracking
|
|
116
|
+
- **Enhanced documentation** - Updated for zero dependencies architecture
|
|
117
|
+
- **Improved error messages** - Better debugging experience
|
|
118
|
+
|
|
119
|
+
### 📚 Documentation Overhaul
|
|
120
|
+
- **Enhanced README.md**: 200+ lines of new content including troubleshooting, CI/CD, and best practices
|
|
121
|
+
- **Framework-specific Guides**: Tailored integration examples for major frameworks
|
|
122
|
+
- **Production Checklist**: Comprehensive deployment and monitoring guidelines
|
|
123
|
+
- **Team Collaboration**: Standardized workflow and review processes
|
|
124
|
+
|
|
125
|
+
## [1.4.2] - 2025-08-05
|
|
8
126
|
|
|
9
127
|
### Fixed
|
|
10
128
|
- **CRITICAL**: Fixed `MODULE_NOT_FOUND` error when running `npx i18ntk` due to missing debug scripts in npm package
|
|
129
|
+
- **Translation System**: Fixed incorrect nesting structure for framework suggestion keys in all 8 language files
|
|
130
|
+
- **i18n Keys**: Restructured flat dot-notation keys (`frameworks.react`, `frameworks.vue`, etc.) to proper nested JSON objects
|
|
131
|
+
- **Language Files**: Updated `ui-locales/*/init.json` files across all supported languages (EN, DE, ES, FR, JA, ZH, RU, PT)
|
|
11
132
|
- Relocated debug scripts from `/dev/debug/` to `/scripts/debug/` to ensure all required files are included in the npm package
|
|
12
133
|
- Updated all internal path references to reflect the new debug script location
|
|
13
134
|
- Resolved compatibility issues caused by the removal of `/dev` directory from npm package
|
|
14
135
|
|
|
15
|
-
## [1.4.1] - 04
|
|
136
|
+
## [1.4.1] - 2025-08-04 (DO NOT USE - CRITICAL ERROR)
|
|
16
137
|
|
|
17
138
|
### 🎯 Enhanced User Experience & Package Optimization
|
|
18
139
|
|
|
@@ -64,7 +185,7 @@ All notable changes to the i18n Management Toolkit will be documented in this fi
|
|
|
64
185
|
|
|
65
186
|
---
|
|
66
187
|
|
|
67
|
-
## [1.4.0] - 04
|
|
188
|
+
## [1.4.0] - 2025-08-04
|
|
68
189
|
|
|
69
190
|
### 🔐 Advanced PIN Protection & Script Security
|
|
70
191
|
|
|
@@ -90,7 +211,7 @@ All notable changes to the i18n Management Toolkit will be documented in this fi
|
|
|
90
211
|
- **TypeScript compatibility** - Fixed variable redeclaration issues
|
|
91
212
|
|
|
92
213
|
#### Language Support
|
|
93
|
-
|
|
214
|
+
|
|
94
215
|
- **100% translation coverage** for PIN protection features
|
|
95
216
|
- **Complete console internationalization** across all languages
|
|
96
217
|
|
|
@@ -101,19 +222,19 @@ All notable changes to the i18n Management Toolkit will be documented in this fi
|
|
|
101
222
|
|
|
102
223
|
---
|
|
103
224
|
|
|
104
|
-
## [1.3.0] - 26
|
|
225
|
+
## [1.3.0] - 2025-07-26
|
|
105
226
|
|
|
106
227
|
### Enhanced Directory Configuration & Internationalization
|
|
107
228
|
|
|
108
229
|
- **Per-script directory configuration** - Customize paths for each script
|
|
109
|
-
|
|
230
|
+
|
|
110
231
|
- **Improved path resolution** - Better handling of relative paths
|
|
111
232
|
- **Enhanced settings CLI** - More intuitive configuration management
|
|
112
233
|
- **Bug fixes** for directory scanning and validation
|
|
113
234
|
|
|
114
235
|
---
|
|
115
236
|
|
|
116
|
-
## [1.2.0] - 25
|
|
237
|
+
## [1.2.0] - 2025-07-25
|
|
117
238
|
|
|
118
239
|
### Enhanced Security & Stability
|
|
119
240
|
|
|
@@ -124,7 +245,7 @@ All notable changes to the i18n Management Toolkit will be documented in this fi
|
|
|
124
245
|
|
|
125
246
|
---
|
|
126
247
|
|
|
127
|
-
## [1.1.0] - 24
|
|
248
|
+
## [1.1.0] - 2025-07-24
|
|
128
249
|
|
|
129
250
|
### Initial Internationalization
|
|
130
251
|
|
|
@@ -135,7 +256,7 @@ All notable changes to the i18n Management Toolkit will be documented in this fi
|
|
|
135
256
|
|
|
136
257
|
---
|
|
137
258
|
|
|
138
|
-
## [1.0.0] - 23
|
|
259
|
+
## [1.0.0] - 2025-07-23
|
|
139
260
|
|
|
140
261
|
### Initial Release
|
|
141
262
|
|
|
@@ -148,10 +269,11 @@ All notable changes to the i18n Management Toolkit will be documented in this fi
|
|
|
148
269
|
|
|
149
270
|
## ⚠️ Deprecation Notice
|
|
150
271
|
|
|
151
|
-
**All versions < 1.4.
|
|
272
|
+
**All versions < 1.4.2 are deprecated** due to security vulnerabilities and critical bugs. Upgrade immediately to v1.4.2 for:
|
|
273
|
+
- Critical bug fixes (MODULE_NOT_FOUND error resolved)
|
|
152
274
|
- Advanced PIN protection
|
|
153
275
|
- Enhanced security features
|
|
154
276
|
- Complete internationalization
|
|
155
277
|
- Latest bug fixes and improvements
|
|
156
278
|
|
|
157
|
-
Migration required: Uninstall previous version and reinstall v1.4.
|
|
279
|
+
Migration required: Uninstall previous version and reinstall v1.4.2.
|