CoreBOSBB

Full Version: [solve] New Login Screen
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
At new login screen, is a button for Start Login

I found this label in /include/language/pt_br.lang.php but even translate that, system not show a label in Portuguese.

'StartSession' => 'Iniciar Sessão',

I translated another terms too.

If I "forced" in en_us translate file, system shows label correctly ...
this should be fixed now and the language file updated.

Now it will present the login screen using the default_language variable in config.inc.php
Yes, work fine.

Thanks!