Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.1 KB

File metadata and controls

30 lines (23 loc) · 1.1 KB

roundcube-login-language

Plugin to let the user select language before login. It is also posible to set the language with the url.

Installation

  • Add a folder named "login_language" to your pluginfolder, e.g. "roundcube/plugins/login_language/"
  • Put all the files for this plugin into the "login_language" folder.
  • Add login_language to the list of plugins in your config file.
$rcmail_config['plugins'] = array('login_language');

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Author

Kent Varmedal