missing text-constant in default-template

Discussion corner for Developers of Serendipity.
Post Reply
stm999999999
Regular
Posts: 1531
Joined: Tue Mar 07, 2006 11:25 pm
Location: Berlin, Germany
Contact:

missing text-constant in default-template

Post by stm999999999 »

in trackbacks.tpl (default-template) we have a text as a text and not as a text-constant:

Code: Select all

        <div class="serendipity_comment_source">
            <b>Weblog:</b> {$trackback.author|
I would suggest

Code: Select all

        <div class="serendipity_comment_source">
            <b>{$CONST.TRACKBACK_SOURCE}</b> {$trackback.author|@default:$CONST.ANONYMOUS}<br />
and for the lang-file of s9y

Code: Select all

@define('TRACKBACK_SOURCE','Weblog:');
Ciao, Stephan
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: missing text-constant in default-template

Post by garvinhicking »

Hi!

IMHO "weblog" is a cross-language term.

Best 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/
stm999999999
Regular
Posts: 1531
Joined: Tue Mar 07, 2006 11:25 pm
Location: Berlin, Germany
Contact:

Post by stm999999999 »

german/english could be the same here.

But what is about french, turkey, chinese, czech, tamil?

I think there should not be any hardcoded text-output in a multilangual software.
Ciao, Stephan
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

But we also call it "Serendipity Weblog", and "Blog" is a term just like "CMS" or "PHP"...?
I think there should not be any hardcoded text-output in a multilangual software.
We could add it to the default theme, but that would leave many themes that base on it without a change. So I'm not sure it'S worth changing in this case.

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