Auto-Localization Generation Tool
Project description
Verblaze is an automatic localization generation tool that helps you manage and generate translations for your projects.
📚 Visit verblaze.com for detailed guides and examples.
Features
- 🚀 Quick and easy setup
- 🌍 Support for multiple frameworks and technologies
- 📦 Automatic string extraction
- 🔄 Seamless integration with Verblaze Dashboard
- 💻 Simple command-line interface
Installation
pip install verblaze
Quick Start
1. Configure Verblaze
First, set up your Verblaze configuration using your secret key from the dashboard:
verblaze config --secret-key YOUR_SECRET_KEY
2. Generate Translations
Extract strings from your project using the generate command:
verblaze generate -t TEMPLATE -d PROJECT_DIRECTORY -f FOLDERS
Parameters:
-t: Template/framework (Required)- Supported templates: flutter, react, react-native, angular, plain-html, vue, svelte, ember, backbone, swift, kotlin, javafx, wpf, qt, blazor, nextjs
-d: Project directory path (Required)-f: Folders containing UI code, comma-separated (Required)
Example:
verblaze generate -t react -d /path/to/project -f "src,components,pages"
3. Import Translations
To import existing translations from JSON or ARB files into Verblaze:
verblaze import_translations -p PATH --language LANG_CODE --format FORMAT
Parameters:
-por--path: Path to translation file (Required)--language: Language code (e.g., en, tr, es) (Required)--format: File format (json or arb) (Required)
Example:
verblaze import_translations -p translations/en.json --language en --format json
Supported Frameworks
- React
- React Native
- Angular
- Vue
- Svelte
- Flutter
- Plain HTML
- Ember
- Backbone
- Swift
- Kotlin
- JavaFX
- WPF
- Qt
- Blazor
- Next.js
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contact
- Website: verblaze.com
- Email: support@verblaze.com
- Github
FAQ
Q: How do I get my secret key? A: You can obtain your secret key from the Verblaze Dashboard after creating an account.
Q: Which Python versions are supported? A: Python 3.6 and above are supported.
Q: Can I use Verblaze with my existing project? A: Yes, Verblaze supports multiple frameworks and can be integrated with existing projects.
Changelog
[1.0.3] - 2025-01-10
- Keys are now generated by AI.
[1.0.2] - 2024-12-15
- First stable release
- Added new command:
import_translationswith support for JSON and ARB file imports - Enhanced loading animations
- Improved error messages and user feedback
- Updated documentation
[0.0.4] - 2024-11-27
- Added loading animation during string synchronization
- Fixed regex pattern for Flutter string extraction
- Improved user feedback during synchronization process
- Updated documentation and README
[0.0.1] - 2024-11-20
- Initial release
- Added support for multiple frameworks
- Implemented string extraction functionality
- Created CLI interface with config and generate commands
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file verblaze-1.0.6.tar.gz.
File metadata
- Download URL: verblaze-1.0.6.tar.gz
- Upload date:
- Size: 20.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d5254304c4d662704172c94951eb4396864165cb12cf756633fbcb2fde67e1f
|
|
| MD5 |
b857587574d3fe9a231c2f77ba305255
|
|
| BLAKE2b-256 |
af2953be51d9da3e8e3ccb4afb116e44940d7c47ca13d05854885cd859f6e6b4
|
File details
Details for the file verblaze-1.0.6-py3-none-any.whl.
File metadata
- Download URL: verblaze-1.0.6-py3-none-any.whl
- Upload date:
- Size: 29.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b107bee98ca5313d92c1528cd2718477806f3522634f55ffebdb0e5ee7f575ae
|
|
| MD5 |
19c5c7ea0c301ed1d6291d34c0ca0719
|
|
| BLAKE2b-256 |
6b132a1101254bfbf11c05aade3fc2a37e870341e9e61cb04d5329c9ed873ff8
|