Bottelet / translation-checker

find translations you forgot to add to your language files, check, and maintain translations in yor Laravel application
MIT License
90 stars 6 forks source link

translations:check da --translate-missing does not translate the non translated entries in a file #16

Open rabol opened 1 day ago

rabol commented 1 day ago

Hi

Maybe I misunderstands the command.

My understanding is that it will add missing keys and then translate all 'null' strings, however, nothing is translated if no new strings are not found

Bottelet commented 1 day ago

It will only translate the new strings it finds, but I think a translate:missing is a good idea.