Hello list,
Is there anywhere one can report bugs (and solutions) for the eventum
developers?
I found that the last_action_data display is still hardcoded in English.
$result[$i]['last_action_date'] = sprintf("%s: %s ago", ucwords($label),
Date_API::getFormattedDateDiff($current->getDate(DATE_FORMAT_UNIXTIME),
$date->getDate(DATE_FORMAT_UNIXTIME)));
}
And would really like to dig in to see if I can change this.
The first option would be to remove the word "ago", but then again, I
would like to have this as option in a po-file.
Second is that the label seems to be in English too. I cannot fint a
msgid "Time Added" in my po file.
Also the notation d for days and h for hours, I would like to change too.
Any suggestion is welcome!