tanmuhittin / laravel-google-translate

Translate translation files to other languages using google translate or another translation api
MIT License
424 stars 71 forks source link

Translation does not translate all keys #63

Open rabol opened 1 year ago

rabol commented 1 year ago

Hi

Maybe I'm misunderstanding this package :)

I have en as base, then when I execute php artisan translate:files I would assume that it would use the /lang/en.json as base and the use google translate to translate to es, fr etc.

It almost works, but.... /lang/fr.json does not contain all the keys that are in /lang/en.json

Did I miss some setup ?

yannisc commented 6 months ago

same problem here