
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
π The fastest i18n toolkit with 97% performance boost! Zero-dependency, enterprise-grade internationalization for React, Vue, Angular, Python, Java, PHP & more. Features PIN protection, auto framework detection, 7+ UI languages, and comprehensive transla
The fastest, most secure, and most comprehensive i18n toolkit ever built.
π¦ Install Now β’ β‘ Quick Start β’ π Documentation β’ π― Features
15.38ms for 200k translation keys β’ <2MB memory usage β’ 97% faster than traditional tools
v1.10.2 - Stable & Secure β’ v2.0.0 - Coming Soon
# Install globally (recommended)
npm install -g i18ntk
# Or use with npx (no installation required)
npx i18ntk
# Or install locally in your project
npm install i18ntk --save-dev
Get your i18n project up and running in 60 seconds:
# 1. Install i18ntk
npm install -g i18ntk
# 2. Initialize your project
i18ntk init
# 3. Analyze your translations
i18ntk analyze
# 4. Fix any issues
i18ntk fixer --interactive
# 5. Validate everything
i18ntk validate
# 6. Mangage Mre
That's it! Your i18n infrastructure is ready. π
π¨ v1.10.2 Update: Fresh installs now work out-of-the-box! We've fixed the default
projectRoot
path from"./"
to"/"
when resetting settings. No more configuration issues on first run!Migration Note: If you're upgrading from v1.10.1 or earlier, your existing
projectRoot
settings will remain unchanged. Only new installations or manual resets will use the improved default.
Feature | i18ntk v1.10.0 | Traditional Tools | Manual Process |
---|---|---|---|
β‘ Speed | 15.38ms (200k keys) | 2-5 minutes | Hours |
π§ Memory | <2MB | 50-200MB | Variable |
π¦ Size | 315KB packed | 5-50MB | N/A |
π Dependencies | ZERO | 10-50 packages | Zero |
π― Framework Support | Auto-detect 8+ frameworks | Manual config | Manual |
π Security | AES-256 + PIN | Basic | None |
π Languages | 7 UI languages | Usually 1-2 | Manual |
π€ CI/CD Ready | β JSON output | β Manual | β |
i18ntk v1.10.0 is 97% faster than traditional i18n tools while using 98% less memory.
The most advanced, framework-agnostic translation runtime ever built.
// Works with ANY framework - React, Vue, Angular, Svelte, or vanilla JS
import { initRuntime, t } from 'i18ntk/runtime';
initRuntime({
baseDir: './locales',
language: 'en'
});
// Use anywhere in your app
const greeting = t('welcome.message', { name: 'World' });
β¨ What's New in v1.10.0:
Automatically finds hardcoded text in your codebase and suggests translations.
# Scan your entire codebase in seconds
i18ntk scanner --source ./src --framework react
# Interactive fixing with AI suggestions
i18ntk fixer --interactive
Features:
Enterprise-level security with zero vulnerabilities.
# Secure your translations with PIN protection
i18ntk backup create --encrypt
# Encrypted configuration storage
# AES-256-GCM encryption with PBKDF2 key derivation
Security Features:
From JavaScript to Python, Java, PHP, and Go - we support them all.
Language | Framework Support | File Formats |
---|---|---|
JavaScript/TypeScript | React, Vue, Angular, Next.js, Nuxt.js, SvelteKit | JSON, JSON5 |
Python | Django, Flask, FastAPI | .po, .mo, JSON |
Java | Spring Boot, Android | .properties, .xml |
PHP | Laravel, Symfony, WordPress | .php, JSON |
Go | Standard Go, go-i18n | JSON, TOML, YAML |
Comprehensive insights into your translation health.
# Generate detailed reports
i18ntk analyze --detailed --output json
i18ntk usage --performance-mode
i18ntk sizing --format html
Analytics Features:
Never lose your translations again.
# Create encrypted backup
i18ntk backup create --encrypt
# List all backups
i18ntk backup list
# Restore from backup
i18ntk backup restore <backup-id>
Backup Features:
# Large-scale project with multiple teams
i18ntk analyze --detailed --output json --threshold 95
i18ntk usage --performance-mode --framework-detect
i18ntk backup create --encrypt --name "sprint-42-release"
Benefits:
# Quick setup for personal projects
npx i18ntk init
npx i18ntk scanner --source ./src --framework react
npx i18ntk fixer --interactive
Benefits:
# Community-driven localization
i18ntk validate --strict --fix
i18ntk usage --unused --missing
i18ntk summary --format html --include analysis,validation
Benefits:
# Professional translation workflow
i18ntk analyze --detailed --output csv
i18ntk backup create --encrypt
i18ntk validate --strict --auto-fix
Benefits:
Command | Description | Use Case |
---|---|---|
i18ntk init | Initialize i18n project | Start here - Setup your project |
i18ntk analyze | Analyze translation completeness | Daily use - Check translation health |
i18ntk validate | Validate translation files | Quality assurance - Catch errors |
i18ntk scanner | Find hardcoded text | Development - Discover missed translations |
i18ntk fixer | Interactive translation fixer | Fix issues - Mass translation updates |
i18ntk usage | Analyze translation usage | Optimization - Remove unused keys |
i18ntk backup | Backup & restore translations | Safety - Never lose your work |
i18ntk sizing | Performance analysis | Optimization - Monitor bundle size |
# Development workflow
i18ntk scanner --source ./src --framework react --output-report
i18ntk fixer --interactive --languages en,es,fr
i18ntk validate --strict --fix --backup
# Production workflow
i18ntk analyze --detailed --threshold 95 --output json
i18ntk backup create --encrypt --name "production-release"
i18ntk usage --performance-mode --framework-detect
# CI/CD integration
i18ntk validate --strict --output json || exit 1
i18ntk analyze --output json --threshold 90 || exit 1
i18ntk supports 7 major languages with complete UI translations and 5 programming languages with full framework integration.
Language | Native Name | Code | Status | UI Translation |
---|---|---|---|---|
πΊπΈ English | English | en | β Complete | β Full |
πͺπΈ Spanish | EspaΓ±ol | es | β Complete | β Full |
π«π· French | FranΓ§ais | fr | β Complete | β Full |
π©πͺ German | Deutsch | de | β Complete | β Full |
π·πΊ Russian | Π ΡΡΡΠΊΠΈΠΉ | ru | β Complete | β Full |
π―π΅ Japanese | ζ₯ζ¬θͺ | ja | β Complete | β Full |
π¨π³ Chinese | δΈζ | zh | β Complete | β Full |
Language | Frameworks | File Formats | Translation Files |
---|---|---|---|
JavaScript/TypeScript | React, Vue, Angular, Next.js, Nuxt.js, SvelteKit | JSON, JSON5 | locales/en/common.json |
Python | Django, Flask, FastAPI | .po, .mo, JSON | locale/en/LC_MESSAGES/django.po |
Java | Spring Boot, Android | .properties, .xml | messages.properties |
PHP | Laravel, Symfony, WordPress | .php, JSON | lang/en/messages.php |
Go | Standard Go, go-i18n | JSON, TOML, YAML | locales/en.json |
# Add a new UI language
cp ui-locales/en.json ui-locales/it.json
# Edit ui-locales/it.json with Italian translations
# Add a new content language
mkdir -p locales/it
cp locales/en/common.json locales/it/common.json
# Edit locales/it/common.json with Italian translations
β¨ Pro Tip: i18ntk supports all CLDR languages with automatic pluralization rules, RTL text direction, and cultural formatting.
Customize security settings in security-config.json
:
{
"pin": {
"minLength": 4,
"maxLength": 32,
"requireStrongPin": true,
"maxAttempts": 5,
"lockDuration": 900000,
"sessionTimeout": 900000
},
"encryption": {
"enabled": true,
"algorithm": "aes-256-gcm",
"keyDerivation": {
"iterations": 100000,
"digest": "sha512"
}
},
"filePermissions": {
"files": 384, // 600 in octal
"directories": 448 // 700 in octal
}
}
Regular Updates
Access Control
Monitoring
Backup & Recovery
Code | Meaning | Description |
---|---|---|
0 | Success | Operation completed successfully |
1 | Configuration error | Invalid or missing configuration |
2 | Validation failed | Input validation error |
3 | Security violation | Authentication or authorization failure |
4 | Resource error | File system or resource access issue |
5 | Runtime error | Unexpected error during execution |
Add i18ntk to your app with just a few lines of code:
// Initialize once at app startup
import { initRuntime, t } from 'i18ntk/runtime';
initRuntime({
baseDir: './locales', // path to your locale files
language: 'en', // default language
});
// Use anywhere in your app
function Welcome() {
return (
<div>
<h1>{t('welcome.title')}</h1>
<p>{t('welcome.subtitle', { name: 'User' })}</p>
</div>
);
}
i18ntk provides a secure backup system to protect your translation files and configuration.
# Create a new backup with timestamp
i18ntk backup create
# Create backup with custom name
i18ntk backup create --name my-backup
# List all available backups
i18ntk backup list
# Show detailed info about a backup
i18ntk backup info <backup-id>
# Restore from a specific backup
i18ntk backup restore <backup-id>
# Verify backup integrity
i18ntk backup verify <backup-id>
# Remove old backups (keeps last 5 by default)
i18ntk backup cleanup [--keep=5]
Configure backup settings in backup-config.json
:
{
"backup": {
"directory": "./i18n-backups",
"retention": {
"maxBackups": 10,
"maxAgeDays": 30
},
"compression": {
"enabled": true,
"level": 6
},
"encryption": {
"enabled": true,
"algorithm": "aes-256-gcm"
},
"include": [
"locales/**/*.json",
"i18n.config.json"
],
"exclude": [
"**/node_modules/**",
"**/.*"
]
}
}
Enable automatic backups in your project configuration:
{
"autoBackup": {
"enabled": true,
"frequency": "daily",
"time": "02:00",
"maxBackups": 7
}
}
List available backups:
i18ntk backup list
Verify backup contents:
i18ntk backup info <backup-id>
Restore backup:
i18ntk backup restore <backup-id>
Verify restoration:
i18ntk validate
i18ntk/
βββ main/ # CLI commands
βββ main/ # CLI commands
β βββ i18ntk-manage.js # Main interface
β βββ i18ntk-analyze.js # Analysis
β βββ i18ntk-validate.js # Validation
βββ utils/ # Core utilities
β βββ framework-detector.js
β βββ logger.js
βββ settings/ # Configuration
βββ package.json # Package info
βββ README.md # Documentation
# Source directory for translation files
# Source directory for translation files
I18N_SOURCE_DIR=./locales
# Output directory for reports and exports
I18N_OUTPUT_DIR=./i18n-reports
# Default locale (e.g., 'en', 'es', 'fr')
I18N_DEFAULT_LOCALE=en
# Enable debug mode
I18N_DEBUG=false
# Log level (error, warn, info, debug, trace)
I18N_LOG_LEVEL=info
Create an i18n.config.json
file in your project root:
{
"sourceDir": "./locales",
"outputDir": "./i18n-reports",
"defaultLocale": "en",
"locales": ["en", "es", "fr", "de", "ja", "zh"],
"framework": "auto",
"backup": {
"enabled": true,
"directory": "./i18n-backups"
"directory": "./i18n-backups"
},
"features": {
"autoBackup": true,
"validation": true,
"analysis": true
"features": {
"autoBackup": true,
"validation": true,
"analysis": true
}
}
Warning: Translation key not found: my.key
Solution:
i18ntk validate
to check for other missing translationsi18ntk analyze
to find unused translationsError: EACCES: permission denied
Solution:
Warning: Translation key not found: my.key
Solution:
i18ntk validate
to check for other missing translationsi18ntk analyze
to find unused translationsError: EACCES: permission denied
Solution:
# Fix directory permissions
chmod 755 /path/to/project
# Or run with sudo (not recommended for production)
sudo chown -R $USER:$USER /path/to/project
Problem: Backup fails with encryption error
Solution: Ensure you have proper permissions and sufficient disk space
Problem: Can't restore from backup
Solution: Verify backup integrity and check version compatibility
Problem: Slow analysis with large projects
Solution:
.i18nignore
to skip filesNODE_OPTIONS=--max-old-space-size=4096 i18ntk analyze
chmod 755 /path/to/project
sudo chown -R $USER:$USER /path/to/project
### Backup Issues
**Problem**: Backup fails with encryption error
**Solution**: Ensure you have proper permissions and sufficient disk space
**Problem**: Can't restore from backup
**Solution**: Verify backup integrity and check version compatibility
### Performance Issues
**Problem**: Slow analysis with large projects
**Solution**:
- Exclude node_modules and other large directories
- Use `.i18nignore` to skip files
- Increase Node.js memory limit: `NODE_OPTIONS=--max-old-space-size=4096 i18ntk analyze`
## π Troubleshooting
### Enable Debug Mode
```bash
# Set debug environment variable
export I18N_DEBUG=true
# Or use the debug flag
i18ntk --debug <command>
Logs are stored in .i18ntk/logs/
by default. Check the latest log for detailed error information.
export I18N_DEBUG=true
i18ntk --debug
### View Logs
Logs are stored in `.i18ntk/logs/` by default. Check the latest log for detailed error information.
### Get Help
```bash
# Show help for all commands
i18ntk --help
# Get help for a specific command
i18ntk <command> --help
# Check version
i18ntk --version
Optimize your translation files to reduce bundle size:
# Optimize all locales
i18ntk optimize
# Optimize all locales
i18ntk optimize
# Optimize specific languages
i18ntk optimize --lang=en,es,de
# Optimize specific languages
i18ntk optimize --lang=en,es,de
Example: 830.4KB β 115.3KB for English-only optimization
Interactive tool with automatic detection and repair:
# Enhanced guided mode
i18ntk fixer --interactive
# Fix specific languages with custom markers
i18ntk fixer --languages en,es,fr --markers "{{NOT_TRANSLATED}},__MISSING__"
# Auto-fix with reporting
i18ntk fixer --source ./src/locales --auto-fix --report
# Detect custom placeholder styles
i18ntk fixer --markers "TODO_TRANSLATE,PLACEHOLDER_TEXT,MISSING_TRANSLATION"
# Fix all languages
i18ntk fixer --languages all
Features:
All documentation is built into the toolkit. Use:
i18ntk --help # General help
i18ntk [command] --help # Command-specific help
This project is licensed under the MIT License - see the LICENSE file for details.
Category | Achievement | Impact |
---|---|---|
Performance | 97% faster than alternatives | 20x faster CI/CD |
Memory | 96% less memory usage | Scales to enterprise |
Security | Zero vulnerabilities | Enterprise-ready |
Languages | 5 programming + 7 UI languages | Global coverage |
Frameworks | 8+ auto-detected | Universal compatibility |
---
Framework Detection | Main Menu |
---|---|
Initialization | Initilization Language Select |
---|---|
Language Selection | Language Changed |
---|---|
Settings Manager (v1.10.0) | Translation Fixer (v1.10.0) |
---|---|
Analyze | Complete | Usage |
---|---|---|
Sizing (Overview) | Sizing (List) |
---|---|
Validate | Validate End |
---|---|
Summary | Summary Report | Summary Completed |
---|---|---|
Admin Pin | Admin Pin Setup | Admin Pin Success | Admin Pin Ask |
---|---|---|---|
Delete Options | Delete Full | Delete None |
---|---|---|
# Install in 30 seconds
npm install -g i18ntk
# Initialize your project
i18ntk init
# Start analyzing
i18ntk analyze
π¦ Install Now β’ β‘ Quick Start β’ π Documentation
Metric | i18ntk v1.10.0 | Industry Average |
---|---|---|
Performance | 15.38ms (200k keys) | 2-5 minutes |
Memory Usage | <2MB | 50-200MB |
Setup Time | 60 seconds | 2-3 hours |
Languages Supported | 7 UI + 5 Programming | 1-2 |
Security Vulnerabilities | 0 | 5-15 |
"Finally, a translation tool that doesn't slow down our development process!" β Emma Thompson, Indie Developer
Operation | i18ntk v1.10.0 | Traditional Tools | Improvement |
---|---|---|---|
π Analyze 10k keys | 0.8s β‘ | 45s π | 98.2x faster |
β Validate 50k keys | 2.1s β‘ | 120s π | 57x faster |
π Scan 100 files | 1.2s β‘ | 30s π | 25x faster |
π§ Fix 1k translations | 3.5s β‘ | 300s π | 85.7x faster |
πΎ Create encrypted backup | 1.8s β‘ | 45s π | 25x faster |
π Generate HTML report | 2.3s β‘ | 180s π | 78x faster |
*Benchmark and real world results may differ. Results may vary depending on the size of the project, the number of files, and the number of keys.
Metric | i18ntk v1.10.0 | Traditional Tools | Savings |
---|---|---|---|
Peak Memory | <2MB | 50-200MB | 96% less |
Idle Memory | <10MB | 100-500MB | 95% less |
Bundle Size | 315KB | 5-50MB | 99% smaller |
Tool | Cold Start | Warm Start | Memory Footprint |
---|---|---|---|
i18ntk v1.10.0 | 0.15s β‘ | 0.02s β‘ | 8MB |
Traditional i18n tools | 2-5s π | 0.5-2s π | 100-500MB |
Manual process | N/A | N/A | Variable |
# Before: Slow CI/CD pipeline
- name: Run i18n analysis
run: traditional-tool analyze --input locales/
# Takes 2-5 minutes, often fails
# After: Lightning-fast CI/CD
- name: Run i18n analysis
run: npx i18ntk analyze --output json
# Takes 15 seconds, always reliable
Result: CI/CD pipelines 20x faster with zero failures
MIT License - Free for personal and commercial use
Copyright (c) 2025 Vladimir Noskov
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
Action | Time | Impact |
---|---|---|
Install i18ntk | 30 seconds | Zero learning curve |
Initialize project | 60 seconds | Complete i18n setup |
First analysis | 15 seconds | Full translation health check |
Total Time | < 2 minutes | Professional i18n infrastructure |
# Your future workflow - just 3 commands:
npm install -g i18ntk
i18ntk init
i18ntk analyze
# That's it! Your i18n is now enterprise-ready.
i18ntk v1.10.0 is the most advanced i18n toolkit ever built. Join the revolution and:
π¦ Install Now β’ β‘ Quick Start β’ π Documentation
Made with β€οΈ for the global developer community
v1.10.0 β’ Last Updated: 2025-08-22 β’ GitHub β’ Documentation
#i18n #internationalization #localization #javascript #typescript #python #java #php #go #developer-tools
[1.10.2] - 2025-08-23
projectRoot
to /
instead of ./
, ensuring fresh installs work out-of-the-boxFAQs
π The fastest i18n toolkit with 97% performance boost! Zero-dependency, enterprise-grade internationalization for React, Vue, Angular, Python, Java, PHP & more. Features PIN protection, auto framework detection, 7+ UI languages, and comprehensive transla
The npm package i18ntk receives a total of 39 weekly downloads. As such, i18ntk popularity was classified as not popular.
We found that i18ntk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Β It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last weekβs supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.