RainLoop / rainloop-webmail

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

Rainloop doesn't include translations files for plugins #1483

Open bartoszkwiedacz opened 7 years ago

bartoszkwiedacz commented 7 years ago

RainLoop version 1.11.1

In plugins labels are in english. Problem is in app/libraries/RainLoop/Plugins/Manager.php in function ReadLang. First param of this function is like "pl_PL" and should be "pl", so i added in line 670: $sLang = substr($sLang, 0, 2);

RainLoop commented 7 years ago

Why didn't you name your file as pl_PL.ini?