i18ntk 1.5.1 โ 1.5.3
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/LICENSE +1 -4
- package/README.md +35 -76
- package/package.json +31 -22
- package/ui-locales/de.json +1924 -0
- package/ui-locales/en.json +1925 -0
- package/ui-locales/es.json +1924 -0
- package/ui-locales/fr.json +1912 -0
- package/ui-locales/ja.json +1923 -0
- package/ui-locales/ru.json +1637 -0
- package/ui-locales/zh.json +1921 -0
- package/CHANGELOG.md +0 -299
- package/main/validate-translations.js +0 -0
package/LICENSE
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2025 I18N Management Toolkit
|
|
4
|
-
GitHub: https://github.com/vladnoskv/i18ntk
|
|
3
|
+
Copyright (c) 2025 I18N Management Toolkit (i18ntk)
|
|
5
4
|
|
|
6
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
6
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -21,6 +20,4 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
21
20
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22
21
|
SOFTWARE.
|
|
23
22
|
|
|
24
|
-
---
|
|
25
|
-
|
|
26
23
|
**Last Updated**: 06/08/2025
|
package/README.md
CHANGED
|
@@ -2,29 +2,25 @@
|
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|
|
|
5
|
+
**Version:** 1.5.3
|
|
6
|
+
**Last Updated:** 2025-08-06
|
|
7
|
+
**GitHub Repository:** [vladnoskv/i18ntk](https://github.com/vladnoskv/i18ntk)
|
|
8
|
+
|
|
5
9
|
[](https://www.npmjs.com/package/i18ntk) [](https://opensource.org/licenses/MIT) [](https://nodejs.org/) [](https://www.npmjs.com/package/i18ntk) [](https://github.com/vladnoskv/i18ntk)
|
|
6
10
|
|
|
7
11
|
**๐ The fastest way to manage translations across any framework or vanilla JavaScript projects**
|
|
8
12
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
โ ๏ธ **Disclaimer**: This package (`i18ntk` by Vlad Noskov) is an independent internationalization management toolkit and is **not affiliated with** any other packages named "i18ntk" or similar i18n tools. This is a standalone solution focused on translation file management and validation.
|
|
12
|
-
|
|
13
|
-
**Version:** 1.5.1 (2025-08-06) - i18n internationalization toolkit
|
|
13
|
+
**Framework Support:** Works **with or without** i18n frameworks. i18ntk manages translation files and validation - it does NOT implement translations on pages. Compatible with any frameworks using standard JSON translation files.
|
|
14
14
|
|
|
15
|
-
**
|
|
15
|
+
> **Zero dependencies** | ** Optimized smaller package** | **Works with any framework** | **Enterprise-grade security**
|
|
16
16
|
|
|
17
|
-
**Key Features of v1.5.
|
|
18
|
-
-
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
23
|
-
-
|
|
24
|
-
- 7-language support (EN, DE, ES, FR, RU, JA, ZH)
|
|
25
|
-
- Real-time analysis and validation
|
|
26
|
-
- CI/CD ready workflows
|
|
27
|
-
- Comprehensive documentation at [vladnoskv/i18ntk](https://github.com/vladnoskv/i18ntk)
|
|
17
|
+
**Key Features of v1.5.3**
|
|
18
|
+
- **Package size optimization**: Reduced from 1.7MB to 1.3MB (23% reduction)
|
|
19
|
+
- **Fixed translation file inclusion**: Resolved issue where ui-locales were incorrectly excluded from package
|
|
20
|
+
- **Updated documentation**: More accurate and up-to-date instructions
|
|
21
|
+
- **Enhanced examples**: Added detailed use cases throughout documentation
|
|
22
|
+
- **GitHub URL updates**: Changed all URLs to `https://github.com/vladnoskv/i18ntk`
|
|
23
|
+
- **Maintained functionality**: All core features preserved while optimizing package size
|
|
28
24
|
|
|
29
25
|
## ๐ Quick Start
|
|
30
26
|
|
|
@@ -48,9 +44,10 @@ npx i18ntk analyze # Analyze translations
|
|
|
48
44
|
- **Standard JSON format** - Compatible with i18next, LinguiJS, and more
|
|
49
45
|
|
|
50
46
|
### โก **Lightning Fast**
|
|
51
|
-
- **
|
|
47
|
+
- **23% package size reduction** - From 1.7MB to 1.3MB (unpacked)
|
|
52
48
|
- **1,600-1,900 operations/second** - Benchmarked performance
|
|
53
49
|
- **Instant startup** - No heavy dependencies to load
|
|
50
|
+
- **Accurate sizing** - Package includes all necessary translation files
|
|
54
51
|
|
|
55
52
|
### ๐ **Enterprise Security**
|
|
56
53
|
- **AES-256-GCM encryption** - Enterprise-grade PIN protection
|
|
@@ -74,47 +71,10 @@ npx i18ntk analyze # Analyze translations
|
|
|
74
71
|
|
|
75
72
|
### ๐ Performance & Reliability
|
|
76
73
|
- **Zero runtime dependencies** - Pure Node.js implementation
|
|
77
|
-
- **
|
|
74
|
+
- **23% package size reduction** - From 1.7MB to 1.3MB
|
|
78
75
|
- **Verified benchmarks** - 1,600-1,900 operations/second across all scales
|
|
76
|
+
- **Complete package** - All translation files properly included
|
|
79
77
|
|
|
80
|
-
#### ๐ง Running Performance Tests
|
|
81
|
-
```bash
|
|
82
|
-
# Full benchmark suite
|
|
83
|
-
npm run benchmark
|
|
84
|
-
|
|
85
|
-
# Quick regression check (CI mode)
|
|
86
|
-
npm run benchmark:ci
|
|
87
|
-
|
|
88
|
-
# Update baseline measurements
|
|
89
|
-
npm run benchmark:baseline
|
|
90
|
-
```
|
|
91
|
-
|
|
92
|
-
๐ **Detailed Performance Analysis**: See [benchmarks/PERFORMANCE_ANALYSIS.md](benchmarks/PERFORMANCE_ANALYSIS.md)
|
|
93
|
-
|
|
94
|
-
## โ๏ธ CLI Showcase
|
|
95
|
-
|
|
96
|
-
Interactive prompts, validation, reports, and security features - all accessible via simple CLI commands.
|
|
97
|
-
|
|
98
|
-
### ๐ฌ **Live Demo**
|
|
99
|
-
|
|
100
|
-
```bash
|
|
101
|
-
# Start with zero configuration
|
|
102
|
-
npx i18ntk init
|
|
103
|
-
|
|
104
|
-
# Get instant insights
|
|
105
|
-
npx i18ntk analyze
|
|
106
|
-
# โ Found 247 keys across 5 languages
|
|
107
|
-
# โ 98.7% complete (3 missing translations)
|
|
108
|
-
# โ 0 validation errors
|
|
109
|
-
|
|
110
|
-
# Interactive management
|
|
111
|
-
npx i18ntk manage
|
|
112
|
-
# โ ๐ Main Menu
|
|
113
|
-
# โ 1. Translation Overview 2. Add Language 3. Find Missing
|
|
114
|
-
# โ 4. Validate Files 5. Generate Report 6. Settings
|
|
115
|
-
```
|
|
116
|
-
|
|
117
|
-
๐ **CLI Reference**: [docs/core/COMMANDS.md](https://github.com/vladnoskv/i18ntk/blob/main/docs/core/COMMANDS.md)
|
|
118
78
|
|
|
119
79
|
## ๐ฏ Framework Integration
|
|
120
80
|
|
|
@@ -221,19 +181,6 @@ npx i18ntk manage
|
|
|
221
181
|
|
|
222
182
|
---
|
|
223
183
|
|
|
224
|
-
## โญ Trusted by Developers Worldwide
|
|
225
|
-
|
|
226
|
-
**Join thousands of developers** who have streamlined their internationalization workflow with i18ntk.
|
|
227
|
-
|
|
228
|
-
- โ
**Zero configuration** - Works out of the box
|
|
229
|
-
- โ
**Production ready** - Battle-tested in enterprise environments
|
|
230
|
-
- โ
**Active development** - Regular updates and improvements
|
|
231
|
-
- โ
**Community driven** - Built by developers, for developers
|
|
232
|
-
|
|
233
|
-
### **Made with โค๏ธ for the developer community**
|
|
234
|
-
|
|
235
|
-
---
|
|
236
|
-
|
|
237
184
|
## โ๏ธ Package Identity & Legal Notice
|
|
238
185
|
|
|
239
186
|
### **๐ Package Attribution**
|
|
@@ -242,18 +189,20 @@ npx i18ntk manage
|
|
|
242
189
|
- **Repository**: https://github.com/vladnoskv/i18ntk
|
|
243
190
|
- **NPM Registry**: https://www.npmjs.com/package/i18ntk
|
|
244
191
|
- **License**: MIT
|
|
245
|
-
- **
|
|
192
|
+
- **Package Version**: 1.5.3 (Released: August 6, 2025)
|
|
246
193
|
|
|
247
194
|
### **๐ Identity Disclaimer**
|
|
195
|
+
|
|
248
196
|
This package (`i18ntk` by vladnoskv) is an **independent, standalone internationalization management toolkit** and is **not affiliated with, endorsed by, or connected to** any other packages, tools, or services using similar names.
|
|
249
197
|
|
|
250
198
|
### **โ
Version Accuracy Guarantee**
|
|
199
|
+
|
|
251
200
|
All version information is current as of **August 6, 2025**:
|
|
252
|
-
- **Package Version**: 1.5.
|
|
201
|
+
- **Package Version**: 1.5.2
|
|
253
202
|
- **Release Date**: 2025-08-06
|
|
254
203
|
- **Node.js Compatibility**: >=16.0.0
|
|
255
204
|
- **Zero Runtime Dependencies**: Verified โ
|
|
256
|
-
- **Package Size**:
|
|
205
|
+
- **Package Size**: 499.0kB unpacked, 103.5kB packed
|
|
257
206
|
|
|
258
207
|
## ๐ Documentation
|
|
259
208
|
|
|
@@ -262,8 +211,18 @@ Complete documentation available at [vladnoskv/i18ntk](https://github.com/vladno
|
|
|
262
211
|
- **[Setup Guide](https://github.com/vladnoskv/i18ntk/blob/main/docs/core/SETUP.md)** - Getting started
|
|
263
212
|
- **[CLI Commands](https://github.com/vladnoskv/i18ntk/blob/main/docs/core/COMMANDS.md)** - Command reference
|
|
264
213
|
- **[Framework Integration](https://github.com/vladnoskv/i18ntk/blob/main/docs/core/FRAMEWORK_INTEGRATION.md)** - Framework setup
|
|
265
|
-
- **[Security Guide](https://github.com/vladnoskv/i18ntk/blob/main/docs/PIN_PROTECTION_GUIDE.md)** - PIN protection
|
|
266
214
|
- **[Language Support](https://github.com/vladnoskv/i18ntk/blob/main/docs/core/LANGUAGE_SUPPORT.md)** - Language setup
|
|
267
|
-
- **[Debug Tools](https://github.com/vladnoskv/i18ntk/blob/main/docs/debug/DEBUG_TOOLS.md)** - Troubleshooting
|
|
268
215
|
- **[Changelog](https://github.com/vladnoskv/i18ntk/blob/main/CHANGELOG.md)** - Version history
|
|
269
|
-
|
|
216
|
+
|
|
217
|
+
---
|
|
218
|
+
|
|
219
|
+
## โญ Trusted by Developers Worldwide
|
|
220
|
+
|
|
221
|
+
**Join hundreds (soon thousands) of developers** who have streamlined their internationalization workflow with i18ntk.
|
|
222
|
+
|
|
223
|
+
- โ
**Zero configuration** - Works out of the box
|
|
224
|
+
- โ
**Production ready** - Battle-tested in enterprise environments
|
|
225
|
+
- โ
**Active development** - Regular updates and improvements
|
|
226
|
+
- โ
**Community driven** - Built by developers, for developers
|
|
227
|
+
|
|
228
|
+
### **Made with โค๏ธ for the developer community** P.S I'm looking for a JOB!
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "i18ntk",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.3",
|
|
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",
|
|
@@ -61,9 +61,8 @@
|
|
|
61
61
|
"utils/",
|
|
62
62
|
"scripts/",
|
|
63
63
|
"settings/",
|
|
64
|
-
"
|
|
64
|
+
"ui-locales/",
|
|
65
65
|
"README.md",
|
|
66
|
-
"CHANGELOG.md",
|
|
67
66
|
"LICENSE"
|
|
68
67
|
],
|
|
69
68
|
"scripts": {
|
|
@@ -91,7 +90,7 @@
|
|
|
91
90
|
"complete": "node main/i18ntk-complete.js",
|
|
92
91
|
"sizing": "node main/i18ntk-sizing.js",
|
|
93
92
|
"summary": "node main/i18ntk-summary.js",
|
|
94
|
-
"full-coverage": "npm run complete && npm run analyze",
|
|
93
|
+
"full-coverage": "npm run complete && npm run analyze",
|
|
95
94
|
"verify-package": "node scripts/verify-package.js",
|
|
96
95
|
"prepublishOnly": "npm run verify-package && node scripts/prepublish.js",
|
|
97
96
|
"test": "node scripts/test-runner.js",
|
|
@@ -102,8 +101,6 @@
|
|
|
102
101
|
"test:pin": "node dev/tests/test-admin-pin.js",
|
|
103
102
|
"test:edge-cases": "node dev/tests/test-comprehensive.js",
|
|
104
103
|
"test:old": "node utils/test-complete-system.js",
|
|
105
|
-
|
|
106
|
-
|
|
107
104
|
"security:audit": "npm audit --audit-level=moderate",
|
|
108
105
|
"security:fix": "npm audit fix",
|
|
109
106
|
"security:check": "node utils/security-check.js",
|
|
@@ -116,9 +113,9 @@
|
|
|
116
113
|
"languages:status": "node settings/settings-cli.js --language-status",
|
|
117
114
|
"languages:restore": "echo 'Language restoration - use settings CLI for manual configuration'"
|
|
118
115
|
},
|
|
119
|
-
"dependencies": {
|
|
120
|
-
|
|
121
|
-
|
|
116
|
+
"dependencies": {
|
|
117
|
+
"i18ntk": "^1.5.2"
|
|
118
|
+
},
|
|
122
119
|
"engines": {
|
|
123
120
|
"node": ">=16.0.0"
|
|
124
121
|
},
|
|
@@ -127,7 +124,7 @@
|
|
|
127
124
|
},
|
|
128
125
|
"preferGlobal": true,
|
|
129
126
|
"versionInfo": {
|
|
130
|
-
"version": "1.5.
|
|
127
|
+
"version": "1.5.3",
|
|
131
128
|
"releaseDate": "08/06/2025",
|
|
132
129
|
"lastUpdated": "08/06/2025",
|
|
133
130
|
"maintainer": "Vladimir Noskov",
|
|
@@ -135,25 +132,37 @@
|
|
|
135
132
|
"documentation": "./README.md",
|
|
136
133
|
"apiReference": "./docs/api/API_REFERENCE.md",
|
|
137
134
|
"majorChanges": [
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"๐๏ธ New PIN protection master switch and individual script controls",
|
|
144
|
-
"๐ Reset to defaults functionality for PIN protection settings",
|
|
145
|
-
"๐งช Enhanced test coverage for security features",
|
|
146
|
-
"๐ Updated documentation for new security features",
|
|
147
|
-
"๐ Complete translation updates across all 8 languages"
|
|
135
|
+
"Package size optimization - reduced from 1.7MB to 1.3MB (23% reduction)",
|
|
136
|
+
"Fixed translation file inclusion - resolved ui-locales exclusion issue",
|
|
137
|
+
"Updated documentation - corrected package size claims and improved accuracy",
|
|
138
|
+
"Enhanced examples - added detailed use cases throughout documentation",
|
|
139
|
+
"GitHub URL updates - changed all GitHub URLs to https://github.com/vladnoskv/i18ntk"
|
|
148
140
|
],
|
|
149
141
|
"breakingChanges": [],
|
|
150
|
-
"deprecations": [
|
|
142
|
+
"deprecations": [
|
|
143
|
+
"<1.5.0",
|
|
144
|
+
"1.0.x",
|
|
145
|
+
"1.1.x",
|
|
146
|
+
"1.2.x",
|
|
147
|
+
"1.3.x",
|
|
148
|
+
"1.4.x"
|
|
149
|
+
],
|
|
151
150
|
"nextVersion": "1.6.0",
|
|
152
151
|
"supportedNodeVersions": ">=16.0.0",
|
|
153
152
|
"supportedFrameworks": {
|
|
154
153
|
"react-i18next": ">=11.0.0",
|
|
155
154
|
"vue-i18n": ">=9.0.0",
|
|
156
|
-
"angular-i18n": ">=12.0.0"
|
|
155
|
+
"angular-i18n": ">=12.0.0",
|
|
156
|
+
"next-i18next": ">=13.0.0",
|
|
157
|
+
"nuxt-i18n": ">=8.0.0",
|
|
158
|
+
"svelte-i18n": ">=3.0.0",
|
|
159
|
+
"sveltekit-i18n": ">=2.0.0",
|
|
160
|
+
"react-native-localize": ">=2.0.0",
|
|
161
|
+
"expo-localization": ">=14.0.0",
|
|
162
|
+
"ionic-angular": ">=6.0.0",
|
|
163
|
+
"ember-intl": ">=5.0.0",
|
|
164
|
+
"formatjs": ">=2.0.0",
|
|
165
|
+
"i18next": ">=21.0.0"
|
|
157
166
|
}
|
|
158
167
|
}
|
|
159
168
|
}
|