french date in profile fields
-
I use buddypress in French but i’ve a problem with the date format!
dates don’t appear in French but in English
I edited bp-core-template-tags.php and I changed the line 826 from:// Current date (January 1, 2010)
$date = date( ‘F j, Y ‘, $time_offset );
to
// Current date (1 January 2010)
$date = date( ‘j F Y’, $time_offset );The format is correct but months are always in English! any solution?
Thank you.
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘french date in profile fields’ is closed to new replies.