Page 1 of 1

Beginner Question about language files in themes

Posted: Tue Sep 04, 2007 9:44 pm
by drx
Maybe i am too stoopid to find it somewhere in the documentation, but HOW exactly can i include a custom language file with a theme?

Re: Beginner Question about language files in themes

Posted: Tue Sep 04, 2007 9:57 pm
by garvinhicking
Hi!

Checkout the bulletproof template for example. You can load that via a theme'S config.inc.php file.

Regards,
Garvin

Posted: Tue Sep 04, 2007 9:59 pm
by Don Chambers
Look at bulletproof. We have lang_de.inc.php (German) and lang_en.inc.php (English) in both the main template folder /templates/bulletproof/ and the UTF-8 subfolder of /tempaltes/bulletproof/UTF-8. That's it.

Posted: Tue Sep 04, 2007 10:11 pm
by yellowled
Don Chambers wrote:We have lang_de.inc.php (German) and lang_en.inc.php (English)
Now that we're in svn, we even have lang_bg.inc.php. I think this is Bulgarian, and I'd really like to use this post to thank Ivan Cenov for translating it! :)

YL