Inсomplete localisation

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
LazyBadger
Regular
Posts: 176
Joined: Mon Aug 25, 2008 12:25 pm
Location: Russia
Contact:

Inсomplete localisation

Post 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
Attachments
trackbacks.zip
patched template
(529 Bytes) Downloaded 336 times
Quis custodiet ipsos custodes?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Inсomplete localisation

Post by garvinhicking »

Hi!

Thanks, I committed that change!

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply