Salut,
this is what I am struggling with currently: there are no Polish fonts (? ? ? ó etc) in events description. You can see them in events title only. I have changed in events.php
$pathLang = $mosConfig_absolute_path . '/components/com_events/language/';
if( file_exists( $pathLang . $mosConfig_lang . '.php' )){
include_once( $pathLang . $mosConfig_lang . '.php' );
} else {
include_once( $pathLang . 'polish.php')
but still nothing. Any suggestions?
PZ