translated months
-
I recommend changing code, so at least month names come out localized. I made it locally by this small change in functions.php:
$title = htmlentities( __( ucfirst( $month_name ))).' '.$year; # note that some locales don't capitalize month and day names
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘translated months’ is closed to new replies.