|
File componentscom_fireboardtemplatedefaultmessage.php, end of line 166:
[code:1]time , time() + ($fbConfig['board_ofset'] * 3600)); ?> ago[/code:1]
The result is text like this: "9 Minuti[color=#FF0000]s ago[/color]", where "Minuti" is the italian word for "Minutes" (I'm pasting translation row), "s" is the way to do plurals, but only in English, and "ago" is untranslated English word....
[code:1]DEFINE('_FB_DATE_MINUTE', 'Minuti');[/code:1]
This is a small thing, but can be so annoying... There is the need to add some other strings to translate, like: _FB_DATE_YEARS, _FB_DATE_MONTHS, _FB_DATE_WEEKS, _FB_DATE_DAYS, _FB_DATE_HOURS, _FB_DATE_MINUTE (for plurals), and: _FB_DATE_AGO (for "ago" translation). [img size=184]http://www.bestofjoomla.com/images/fbfiles/images/time_ago_not_translated.jpg[/img]
|