Translation ussue

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
JWalker
Regular
Posts: 177
Joined: Mon Sep 12, 2005 4:14 pm
Location: Botevgrad, Bulgaria
Contact:

Translation ussue

Post 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
Ivan Cenov
OKTO-7 Co., Botevgrad
Bulgaria
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: Translation ussue

Post 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
JWalker
Regular
Posts: 177
Joined: Mon Sep 12, 2005 4:14 pm
Location: Botevgrad, Bulgaria
Contact:

Re: Translation ussue

Post by JWalker »

10x, I'll discard it.
:)
Ivan Cenov
OKTO-7 Co., Botevgrad
Bulgaria
Post Reply