joedixon / laravel-translation

Translation management for your Laravel application.
MIT License
694 stars 230 forks source link

Auto translate using Translation Engine #284

Open timoye opened 11 months ago

timoye commented 11 months ago

translation:auto-translate This command will scan your project (using the paths supplied in the configuration file) and create all of the missing translation keys. This can be run for all languages or a single language.

It will then translate all the tokens using Google Translate for FREE!

You can edit these auto translated texts using the User interface

timoye commented 6 months ago

I have merged the PR https://github.com/timoye/laravel-translation/pull/1 from @q--