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
Translation ussue
Translation ussue
Ivan Cenov
OKTO-7 Co., Botevgrad
Bulgaria
OKTO-7 Co., Botevgrad
Bulgaria
Re: Translation ussue
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.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?');
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