tighten / onramp

Easing the onramp for new or non-PHP developers to become Laravel devs.
https://onramp.dev/
MIT License
157 stars 56 forks source link

Translation Checker #459

Closed MarcyLina closed 1 year ago

MarcyLina commented 1 year ago

This PR is a bit of a simple one! It implements the usage of the Laravel Translation Checker package.

To utilize this tool, run php artisan translations:check to get a list of missing translations. When I ran it, I found that our translations were in very decent shape. 😁