rbuelund wrote:
Is there any work in progress for a generel solution on this problem. Prettey anoying in danish to
- but still - a great component
You can:
1. download the italian fix patch
2. delete the italian traslation
3. add this code in your language file
[code:1]// Time Bug 1.0.3
DEFINE('_FB_DATE_YEARS', 'Your traslation of Years');
DEFINE('_FB_DATE_MONTHS', 'Your traslation of Months');
DEFINE('_FB_DATE_WEEKS','Your traslation of Weeks');
DEFINE('_FB_DATE_DAYS', 'Your traslation of Days');
DEFINE('_FB_DATE_HOURS', 'Your traslation of Hours');
DEFINE('_FB_DATE_MINUTES', 'Your traslation of Minutes');
DEFINE('_FB_AGO', 'Your traslation of ago');[/code:1]
4. add this code in administrator/components/com_fireboard/language/english.php
[code:1]// Time Bug 1.0.3
DEFINE('_FB_DATE_YEARS', 'Years');
DEFINE('_FB_DATE_MONTHS', 'Months');
DEFINE('_FB_DATE_WEEKS','Weeks');
DEFINE('_FB_DATE_DAYS', 'Days');
DEFINE('_FB_DATE_HOURS', 'Hours');
DEFINE('_FB_DATE_MINUTES', 'Minutes');
DEFINE('_FB_AGO', 'ago');[/code:1]
The bug will fix