I'm facing a one minor but can't seen and understand what to do with it.
Actually I solved in and convert Months in Arabic language using the following code in moodlelib.php (Moodle v.2.9) file.
$datestring = str_replace('February','فبراير',$datestring);
$datestring = str_replace('March','مارس',$datestring);
...
...
and so on.
Anybody know about it why it happens? Is there any other cache interrupt and display the old strings?
Thank you ['}