Page 1 of 1

Inсomplete localisation

Posted: Mon Mar 21, 2011 5:49 pm
by LazyBadger
Not a big problem, but
trackbacks.tpl had hardcoded string for frontend, where it must be string-resource from lang-file

must be
<b>{$CONST.WEBLOG}:</b> {$trackback.author|@default:$CONST.ANONYMOUS}<br />
+
@define('WEBLOG', 'Weblog');

added to lang-files

Re: Inсomplete localisation

Posted: Tue Mar 22, 2011 10:18 am
by garvinhicking
Hi!

Thanks, I committed that change!

Regards,
Garvin