RainLoop / rainloop-webmail

Simple, modern & fast web-based email client
http://rainloop.net
MIT License
4.09k stars 881 forks source link

Plugin translation problem #1368

Open bartoszkwiedacz opened 7 years ago

bartoszkwiedacz commented 7 years ago

I have updated rainloop from 1.9.2.343 to 1.10.5.192 and have problem with translations in plugin. Default language of rainloop is set to polish, but plugin texts are in english. Structure of this plugin is like example one: https://github.com/RainLoop/rainloop-webmail/tree/master/plugins/custom-admin-settings-tab Any idea what is wrong?

bartoszkwiedacz commented 7 years ago

In file: .//rainloop/v/1.10.5.192/app/libraries/RainLoop/Plugins/Manager.php line 674 variable $sLang gets string "en_US" or "pl_PL" and should be "en" or "pl"