Bug fixed for french translation
-
Hi marcus ,
I fixed a bug for the french translation. This bug was related to the title and column format.
change line 138 in wp-fullcalendar.php
'fr' => array('buttonText' => array('today'=>'Aujourd\'hui','mo ....
by'fr' => array('buttonText' => array('today'=>'Aujourd\'hui','month'=>'Mois','week'=>'Semaine','day'=>'Jour'),'titleFormat'=> array('month'=>'MMMM yyyy','week'=>'\'Du\' d[ MMMM][ yyyy] \'au\' {d MMMM yyyy}','day'=>'dddd d MMMM yyyy'),'columnFormat'=> array('month'=>'ddd','week'=>'ddd d/M','day'=>'dddd d MMMM yyyy')),
Title and column formats are both working nice now ;).
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Bug fixed for french translation’ is closed to new replies.