The /lang directory

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
rj
Regular
Posts: 477
Joined: Sun Sep 10, 2006 2:53 pm

The /lang directory

Post by rj »

Many people are telling me they dont make comments because they dont understand what comment means. Believe it or not! :)
I am working on the article footer and want to change the link to comments from 'comments' to 'Reply to Article'. I made this change to serendipity_lang_en.inc.php in the /lang directory and nothing happens

@define('COMMENT', 'Reply to Article');
@define('REMEMBER_INFO', 'Remember Information? ');
@define('SUBMIT_COMMENT', 'Submit Comment');
@define('NO_ENTRIES_TO_PRINT', 'No entries to print');
@define('COMMENTS', 'Reply to Article');

Is this file read somewhere else?
Or what is the problem ya think.

thanx

RJ
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: The /lang directory

Post by garvinhicking »

Hi!

Maybe you need to edit the file in the lang/UTF-8 subdirectory.

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/
rj
Regular
Posts: 477
Joined: Sun Sep 10, 2006 2:53 pm

Post by rj »

Ahhh....
Now you see, I was on the right track! :)
I'm getting there!

tHANX

rj
Post Reply