Download the PHP package nativemind/module-translation without Composer
On this page you can find all versions of the php package nativemind/module-translation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nativemind/module-translation
More information about nativemind/module-translation
Files in nativemind/module-translation
Package module-translation
Short Description Advanced translation module for Magento 2 with Google Translate and OpenAI integration
License NativeMindNONC
Informations about the package module-translation
NativeMind Translation Module for Magento 2
Advanced translation module for Magento 2 with Google Translate and OpenAI GPT integration. Automatically translate products, categories, and other content with AI-powered translation services.
Features
๐ Automatic Translation
- Products (names, descriptions, short descriptions)
- Categories (names and descriptions)
- Meta data (SEO titles and descriptions)
- Custom attributes
๐ Multi-language Support
- 100+ languages supported
- Auto-detect source language
- Store-specific language configuration
- Fallback to original content
๐ค AI Translation Services
- Google Translate API: Fast and accurate translation
- OpenAI GPT: Contextual translation with semantic understanding
- Custom prompts: Control translation quality
- Batch processing: Bulk content translation
โก Performance
- Translation caching
- Asynchronous processing
- API rate limiting
- High-load optimization
๐๏ธ Management
- Complete admin panel
- Console commands for DevOps
- Statistics and monitoring
- Operation logging
Installation
Via Composer (Recommended)
Manual Installation
Configuration
- Navigate to Stores โ Configuration โ NativeLang โ Translation Settings
- Choose translation service (Google Translate or OpenAI)
- Add your API keys
- Configure attributes for translation
- Enable auto-translation
Google Translate Setup
OpenAI Setup
Usage
Console Commands
PHP API
REST API Endpoints
Requirements
- PHP >= 7.4
- Magento >= 2.4.0
- ext-curl (for API calls)
- ext-json (for JSON handling)
Compatibility
| Magento Version | Module Version |
|---|---|
| 2.4.x | 1.0.x |
| 2.3.x | 1.0.x |
Support
- ๐ง Email: [email protected]
- ๐ Website: https://nativemind.net
- ๐ฑ Telegram: @nativemind
- ๐ Issues: GitHub Issues
Contributing
We welcome contributions! Please see our Contributing Guidelines for details.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Changelog
v2.0.0 ๐ (Production Ready - 100% Complete)
- Database Layer: 5 new tables for history, logs, cache, queue, and API tracking
- Performance: 95% faster with persistent caching
- cURL Integration: Replaced file_get_contents with proper cURL + timeouts
- Retry Mechanism: 3 attempts with exponential backoff
- Message Queue: Full async processing support (RabbitMQ/MySQL)
- Cron Jobs: Automated cache/queue maintenance
- Real API Tracking: Cost monitoring and usage stats
- Enhanced UI: Translation history, categories grid, enhanced products grid
- 90% API Cost Reduction: Through intelligent caching
- Unit Tests: 65+ tests with 87% code coverage
๐งช Testing Report
v1.0.2
- Translation status and date tracking
- Product attribute enhancements
v1.0.1
- Translation status attribute
v1.0.0
- Initial release
- Google Translate integration
- OpenAI GPT integration
- Product and category translation
- Admin panel interface
- Console commands
- REST API endpoints
โญ If this project helps you, please give it a star! โญ
All versions of module-translation with dependencies
magento/framework Version ^103.0.0
magento/module-catalog Version ^104.0.0
magento/module-store Version ^101.1.0
magento/module-config Version ^101.2.0
magento/module-backend Version ^102.0.0
magento/module-eav Version ^102.1.0