Hey guys,
I have a question, when i have an extendend article, the link on the home page says "Read More". I want to change this to dutch, where can i do this. I am using the tiny mce editor, maybe this has something to do with it?
Greetz,
Jeff - www.jeflog.nl
Read More
-
carl_galloway
- Regular
- Posts: 1331
- Joined: Sun Dec 04, 2005 5:43 pm
- Location: Andalucia, Spain
- Contact:
Hello, another user has sent me a dutch language file for the andreas08 template which I haven't got round to updating yet, I'm really sorry, its just that I've been flat out getting another template organised.
If you want a quick fix, then open lang_en.inc.php in your template folder and replace the readmore constant with this
PM me if you want me to send you the whole file. Hopefully all of my templates should be updated with the dutch lang files over the next week.
If you want a quick fix, then open lang_en.inc.php in your template folder and replace the readmore constant with this
Code: Select all
@define('READ_MORE', 'Lees veder...');