laravel-lang-files-translator
laravel-lang-files-translator copied to clipboard
Easiest way to translate lang files to another language in PHP format in Laravel.
feat: major refactor with enhanced architecture, new features, and performance optimizations - Refactored architecture with proper dependency injection and separation of concerns - Introduced fluent interface for configuration and improved...
feat: major improvements to translation command usability and performance New Features: - Added --force to overwrite existing translations - Added --dry-run to preview changes without applying - Added --progress for...
refactor(TranslateService): enhance readability, flexibility & error handling - Renamed variables to more descriptive names (e.g., `translate_from` ➝ `sourceLanguage`) - Added caching mechanism for repeated translations - Introduced dry-run mode to...
refactor(TranslateCommand): better UX, new options & improved output - Improved CLI output formatting for clarity - Added `--dry-run` and `--no-preserve` options - Displayed translation results in a structured table -...