romanzipp / Laravel-Queue-Monitor

Monitoring Laravel Jobs with your Database
https://packagist.org/packages/romanzipp/laravel-queue-monitor
MIT License
693 stars 91 forks source link

Add translation tags to views #88

Closed emildayan closed 2 years ago

emildayan commented 2 years ago

Our app does not use English, thus need to display different language(s).

I've added Laravel translation keys (@lang, __) to the views. I've purposefully stayed away from adding translations directly in the controllers to ensure no functionality breaks.

Thanks @romanzipp for your great efforts creating this package. Looking forward adding more to it in the near future :)

romanzipp commented 2 years ago

Looks good, thanks for your contribution! Released in 2.2.1