File components\com_fireboard\template\default\message.php, end of line 166:
| Code: |
time , time() + ($fbConfig['board_ofset'] * 3600)); ?> ago
|
The result is text like this: "9 Minuti
s ago", 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: |
DEFINE('_FB_DATE_MINUTE', 'Minuti');
|
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).
