Page 1 of 1
Translation ussue
Posted: Mon Jun 29, 2009 2:07 pm
by JWalker
Hi,
For translation purposes, what does 'dategroup' mean, as used in
bulletrpoof theme
file:lang_en.inc.php
// Date format
@define('DATEGROUP_SORT', 'Emit entries sorted by dategroup?');
Ivan
Re: Translation ussue
Posted: Mon Jun 29, 2009 4:26 pm
by yellowled
JWalker wrote:For translation purposes, what does 'dategroup' mean, as used in
bulletrpoof theme
file:lang_en.inc.php
// Date format
@define('DATEGROUP_SORT', 'Emit entries sorted by dategroup?');
A dategroup would be a group of articles posted on the same date, and therefore emitted grouped by a container div. You can see that in the original default template.
However, you might as well skip that variable in your translation. I started to implement that feature in BP, but never finished it. Must have forgotten to remove the (unused) variable from the lang files. Sorry about that
YL
Re: Translation ussue
Posted: Wed Jul 01, 2009 7:35 pm
by JWalker
10x, I'll discard it.
