thekordy / ticketit

A simple helpdesk tickets system for Laravel 5.1+ which integrates smoothly with Laravel default users and auth system, demo is available at: http://ticketit.kordy.info/tickets
MIT License
875 stars 387 forks source link

Issue with translation #533

Closed gakenge closed 5 years ago

gakenge commented 5 years ago

HI, seems like laravel isn't translating properly as shown in the attachment ticketit  admin index-title

gakenge commented 5 years ago

Just fixed it, had to place ticketit's translation files into resources/vendor folder and rename en to en-GB to match my locale settings.