I got a little bit of a problem on my hand.
I change all messages in Languages and currency ->Translations to Polish
And those actually works. Maybe I am doing something wrong but pagination and framework build in messages (like "Please fix the following input errors:" and so) are still in English.
I tried changing language in main-free.php
$config = array(
'basePath' => dirname(__FILE__) . DIRECTORY_SEPARATOR . '..',
'name' => 'mySite',
'sourceLanguage' => 'en',
'language' => 'pl',
//'theme' => 'classic',
'preload' => array(
'log',
'configuration', // preload configuration
),
but without succes. Any ideas what I am doing wrong?