You can translate your resources/lang files and folders with command lines using google translate, this may save lots of your time if you are working on multilanguage website.
admica/trans-files is a Laravel package for you can translate your resources/lang files and folders with command lines using google translate, this may save lots of your time if you are working on multilanguage website..
It currently has 3 GitHub stars and 3 downloads on Packagist.
Install it with composer require admica/trans-files.
Discover more Laravel packages by admica
or browse all Laravel packages to compare alternatives.
Last updated
laravel-google-translate-files, is a laravel package that enable you to translate all of your resources/lang (files) via google translations.
this may help you if you work on non-native-content and you don't want to visit google translate every time you want to translate a word.
composer require admica/laravel-google-translate-files
php artisan files:translate {main-language} {translation-language}