devaslanphp / project-management

An open source Project management tool based on Laravel and Filament
https://devaslanphp.github.io/project-management
MIT License
682 stars 188 forks source link

multiple language verison #96

Open razagold opened 8 months ago

razagold commented 8 months ago

Hi, I have multiple lingual people in my office, I want to use it in defferent language as per uer selected, in general settings, it changes the language for all, so if you tell me any easy way to handle this situation, because what in my mind is to create a duplicate project and change the lanugauage but that seems not professional.

mihaisolomon commented 8 months ago

I took a look over the code and the language is setup the same for all the users. I will take a look on how to change it for single users and not affect the rest.

mihaisolomon commented 7 months ago

I created a PR: https://github.com/devaslanphp/project-management/pull/102 . Still needs some work done. The main problem with this is that this package has no support for multi user.