Hi, thank you for the hint. I changed these bits in my local files and it seems to be working fine now. The file missed strings for pt_BR language. Here’s what I included in the file:
Right after line 131 and before the comment “//extra WP FUllCalendar translations here please”:
‘pt_BR’=>array(‘closeText’=>’Fechar’,’prevText’=>’Anterior’,’nextText’=>’Próximo’,’currentText’=>’Hoje’,’monthNames’=>array(‘Janeiro’,’Fevereiro’,’Março’,’Abril’,’Maio’,’Junho’,’Julho’,’Agosto’,’Setembro’,’Outubro’,’Novembro’,’Dezembro’),’monthNamesShort’=>array(‘Jan’,’Fev’,’Mar’,’Abr’,’Mai’,’Jun’,’Jul’,’Ago’,’Set’,’Out’,’Nov’,’Dez’),’dayNames’=>array(‘Domingo’,’Segunda’,’Terça’,’Quarta’,’Quinta’,’Sexta’,’Sábado’),’dayNamesShort’=>array(‘Dom’,’Seg’,’Ter’,’Qua’,’Qui’,’Sex’,’Sáb’),’dayNamesMin’=>array(‘Do’,’Se’,’Te’,’Qu’,’Qu’,’Se’,’Sa’),’weekHeader’=>’Sem’,’dateFormat’=>’dd/mm/yy’,’firstDay’=>1,’isRTL’=>false,’showMonthAfterYear’=>false,’yearSuffix’=>”)
);
Right after the item starting with ‘pt’ below the above mentioned comment:
‘pt_BR’ => array(‘buttonText’ => array(‘today’=>’Hoje’,’month’=>’Mês’,’week’=>’Semana’,’day’=>’Dia’)),
I hope you find it useful and once again thank you for this nice piece of plugin.