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

Support for inertia/vue #13

Closed IAndreaGiuseppe closed 2 days ago

IAndreaGiuseppe commented 3 days ago

Hi, is this package able to check on inertia/vue laravel installations?

Bottelet commented 2 days ago

Hi @IAndreaGiuseppe It most definitely should. For vueJS the package uses regex to find missing translations though, so let me know if there are some cases we might have missed.