Waavi / translation

Better translation management for Laravel
MIT License
359 stars 167 forks source link

Store misses in database #147

Open robbanl opened 5 years ago

robbanl commented 5 years ago

Hi!

I just found this package and it sounds promising. As of now, I'm digging through the code to see if it's possible, if database is used as source, to store missing translations in the translations database for the default language. That way I can easy populate the database by just adding new strings in the templates / controllers / wherever.

Anyone done anything similar with this package?