Only english?
Hi,
The script only shows month in english? Here, in Brasil, \October\ is \Outubro\ (Out not Oct), \December\ is \Dezembro\ (Dez not Dec). Can I easily change this? Or how I can hack it? Thank you! |
Re:Only english?
Hi All
This plugin is very useful I have the Same concern for European : date shall be displayed day-month-year. As i have change the yj_date.gif image by a transparent one - i think we can change now to \Day\ first - How do I hack the PHP file to set the good date display parameter ? I have the most recent release and am running it on 1.5 Thanks ;) |
Re:Only english?
I m French and I m a same problem.
I suggest change code in yj-date.php Code:
$format_date = date(\d-m-Y\, @mktime(0, 0, 0, $date_display[1], $date_display[2], $date_display[0]));Code:
$format_date = strftime(\%d-%b-%Y\, mktime(0, 0, 0, $date_display[1], $date_display[2], $date_display[0]));Code:
string setlocale ( int $category , array $locale )Ps: sorry, my English is very bad:( |
| All times are GMT -4. The time now is 04:37 PM. |
Powered by vBulletin®
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.