• Hello,
    here is already similar [closed] topic. I open the new one because the problem still exist in plugin. I recommend plugin author to change plugin in a way described bellow (or in authors own manner):
    Please change this:

    function admin_in_english_is_admin() {
    	return
    		is_admin() || admin_in_english_is_tiny_mce() || admin_in_english_is_login_page();
    }

    to this

    function admin_in_english_is_admin() {
    	return
    		is_admin() || admin_in_english_is_tiny_mce();
    }

    You must agree that Login page is not a part of Admin area and should stay localized.
    We hope, that plugin will have such a small corrections on next update. Thank You!

    https://www.ads-software.com/plugins/admin-in-english/

Viewing 1 replies (of 1 total)
  • Hello !

    After months (years ?) of “reading only” activity around here, I finally registered to thank you for this snippet ! Gonna try to modify the plugin right away. ??

    A big thanks to the plugin author as well ! Considering the amount of infos, snippets and tutorials in English, keeping the admin panel in that language just makes sense !

    See ya all around ! ??

Viewing 1 replies (of 1 total)
  • The topic ‘Login page is forced to English too’ is closed to new replies.