I'm trying to improve the localization of the Bones theme. On the admin side it provides an RSS widget which uses the following code:
<?php
echo $item->get_date('j F Y @ g:i a');
?>
This uses SimplePie, here's the doc for the method. Which would be the best way to make this translatable?