andywer / laravel-js-localization

Simple, ease-to-use and flexible package for the Laravel web framework. Allows you to use localized messages of the Laravel webapp (see `resources/lang` directory) in your Javascript code.
MIT License
143 stars 51 forks source link

Find Missing Translations #37

Closed clentfort closed 6 years ago

clentfort commented 7 years ago

Hi, I'm currently writing a tool that will help to find missing translations in the JavaScript-files. Just letting you know, https://github.com/clentfort/laravel-find-js-localizations. :) Would appreciate feedback.

andywer commented 7 years ago

Nice :)

Suggestion: An "installation" section in the readme (near to the top, preferrably) would be helpful.