auto-translate icon indicating copy to clipboard operation
auto-translate copied to clipboard

Automatically generate translation JSON files for your Laravel project

Results 5 auto-translate issues
Sort by recently updated
recently updated
newest added

Hello. After installing the package on **Laravel 9** and adding the package in `provider` array into `config/app.php`: `\Devaslanphp\AutoTranslate\AutoTranslateProvider::class,` **When I try to publish package doing this:** `php artisan vendor:publish --tag=auto-translate-config`...

Hi, when I try to run command for translation I get this error : `Error: cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for...

Hello. I noticed this package uses `.jSON` files to make (generate) translation. But our existing application uses PHP file located in `lang/en/` folder like following: > `lang/` > `en/` >...

I can't believe it's not core Laravel - at the very least the missing translation part. THANK YOU!!!

Will this package generate translations from react source code?