Page 1 of 1

Weekday name

PostPosted: Thu Feb 15, 2007 8:48 pm
Author: xfx
Your phpBB Version: 2.0.22
phpBB Type: Standard phpBB
MODs: No
Your knowledge: Beginner
Board URL: [url]http://[/url]

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

how can I change the weekday name according to my current locale???
I don't want to display 'tue' to tuesday, but 'ter'...
is that possible??
hope someone help...
tanks

Re: Weekday name

PostPosted: Fri Feb 16, 2007 9:06 am
Author: xfx
someone please help

Re: Weekday name

PostPosted: Fri Feb 16, 2007 9:43 pm
Author: xfx
=\

Re: Weekday name

PostPosted: Sat Feb 17, 2007 9:38 pm
Author: Teelk
Open language/yourlang/lang_main.php
FIND
Code: Select all
$lang['datetime']['Sunday'] = 'Sunday';$lang['datetime']['Monday'] = 'Monday';$lang['datetime']['Tuesday'] = 'Tuesday';$lang['datetime']['Wednesday'] = 'Wednesday';$lang['datetime']['Thursday'] = 'Thursday';$lang['datetime']['Friday'] = 'Friday';$lang['datetime']['Saturday'] = 'Saturday';$lang['datetime']['Sun'] = 'Sun';$lang['datetime']['Mon'] = 'Mon';$lang['datetime']['Tue'] = 'Tue';$lang['datetime']['Wed'] = 'Wed';$lang['datetime']['Thu'] = 'Thu';$lang['datetime']['Fri'] = 'Fri';$lang['datetime']['Sat'] = 'Sat';$lang['datetime']['January'] = 'January';$lang['datetime']['February'] = 'February';$lang['datetime']['March'] = 'March';$lang['datetime']['April'] = 'April';$lang['datetime']['May'] = 'May';$lang['datetime']['June'] = 'June';$lang['datetime']['July'] = 'July';$lang['datetime']['August'] = 'August';$lang['datetime']['September'] = 'September';$lang['datetime']['October'] = 'October';$lang['datetime']['November'] = 'November';$lang['datetime']['December'] = 'December';$lang['datetime']['Jan'] = 'Jan';$lang['datetime']['Feb'] = 'Feb';$lang['datetime']['Mar'] = 'Mar';$lang['datetime']['Apr'] = 'Apr';$lang['datetime']['May'] = 'May';$lang['datetime']['Jun'] = 'Jun';$lang['datetime']['Jul'] = 'Jul';$lang['datetime']['Aug'] = 'Aug';$lang['datetime']['Sep'] = 'Sep';$lang['datetime']['Oct'] = 'Oct';$lang['datetime']['Nov'] = 'Nov';$lang['datetime']['Dec'] = 'Dec';

Re: Weekday name

PostPosted: Sun Feb 18, 2007 5:38 pm
Author: xfx
already did... also deleted my cache files and nothing....

PostPosted: Sun Feb 18, 2007 8:00 pm
Author: sanji
Days of the week are also defined in lang_xxx/calendar.js

You might want to change them there, too.

sanji

Re: Weekday name

PostPosted: Wed Feb 21, 2007 4:03 pm
Author: xfx
I've fixed the problem using another topic ...
tnks

PostPosted: Wed Feb 21, 2007 4:16 pm
Author: sanji
Please give the reference here, it can help people who will be searching for the same solution later...

Thanks,

sanji

Re: Weekday name

PostPosted: Wed Feb 21, 2007 4:57 pm
Author: xfx
Ok sorry.

I've use this topic to solve my problem

[url=http]Click Here[/url]