Inсomplete localisation
Posted: Mon Mar 21, 2011 5:49 pm
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
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