1 message in com.mysql.lists.eventum-userslast_action_date localization challenge
FromSent OnAttachments
Milo van der Linden16 Jan 2008 05:44 
Subject:last_action_date localization challenge
From:Milo van der Linden (mlin@zeelandnet.nl)
Date:01/16/2008 05:44:34 AM
List:com.mysql.lists.eventum-users

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!