2
That particular Smarty function is in class/smarty/plugins/modifier.date_format.php
You might be able to do the translation with the PHP function
setlocale. According to the PHP manual, that function affects the output of the function strftime, which the Smarty date_format modifier uses. I haven't tried it myself, though.