nabeelio / phpvms

virtual airline management
http://www.phpvms.net
Other
170 stars 139 forks source link

Language Switch #740

Open ollimaz opened 4 years ago

ollimaz commented 4 years ago

I would like to give a user the option to switch between different languages.

It could be done with some kind of dropdown menue in the footer. The User can click on different languages that have been added to the resources/lang/ folder. The current language could be saved in a session cookie.

nabeelio commented 4 years ago

Hello, I will add this into the roadmap, I have to see if Laravel will support it being changed during runtime (since it's set in the config file right now). Thanks!

ollimaz commented 3 years ago

You are right! It doesn't but this https://github.com/akaunting/language might help?!

nabeelio commented 3 years ago

It could, nice find!

ollimaz commented 3 years ago

When are you likely to implement this feature? Or do you need help? If so, the question is, how to handle custom created pages...

Furthermore, the Issue #777 and this issue are linked in someway

nabeelio commented 3 years ago

Yes it's related to that; I don't know when, probably not soon

avs-code commented 3 years ago

https://blog.quickadminpanel.com/10-best-laravel-packages-for-multi-language-translations/ If this is useful to collaborators help you to translate

ollimaz commented 3 years ago

1020

arthurpar06 commented 7 months ago

I think #1500 closes this issue