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

How to localize ticketit #562

Closed Hodakh closed 4 years ago

Hodakh commented 4 years ago

hi, I have installed ticketit successfully and I want to change its language to Persian but I don't know how. According to https://laravel.com/docs/master/localization#overriding-package-language-files I copied files from vendor\kordy\ticketit\src\Translations\fa to resources\lang\vendor\ticketit\fa but nothing changed. I'd be thankful if someone could help me.

thekordy commented 4 years ago

Have you configured the locale name ‘App::setLocale($locale);’ ?

https://laravel.com/docs/6.x/localization#configuring-the-locale