Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 77

phpBB Ideas • Gather strings about date/time in common.php

$
0
0
In language\en\common.php there are some strings for translators about date/time.

Some of strings are near the top of the file:

Code:

'DATE_FORMAT'=> '|d M Y|',// 01 Jan 2007 (with Relative days enabled)'DATETIME_FORMAT'=> '|d M Y, H:i|',// 01 Jan 2007, 13:37 (with Relative days enabled)
And then at the bottom of the file:

Code:

// The value is only an example and will get replaced by the current time on view'dateformats'=> array('d M Y, H:i'=> '01 Jan 2007, 13:37','d M Y H:i'=> '01 Jan 2007 13:37','M jS, \'y, H:i'=> 'Jan 1st, \'07, 13:37','D M d, Y g:i a'=> 'Mon Jan 01, 2007 1:37 pm','F jS, Y, g:i a'=> 'January 1st, 2007, 1:37 pm','|d M Y|, H:i'=> 'Today, 13:37 / 01 Jan 2007, 13:37','|F jS, Y|, g:i a'=> 'Today, 1:37 pm / January 1st, 2007, 1:37 pm',),// The default dateformat which will be used on new installs in this language// Translators should change this if a the usual date format is different'default_dateformat'=> 'D M d, Y g:i a', // Mon Jan 01, 2007 1:37 pm
Maybe it would be better to gather those string the same place in the file so its easier for translators to see everything.

Statistics: Posted by scootergrisen — Sat Aug 24, 2024 7:32 am



Viewing all articles
Browse latest Browse all 77

Trending Articles