Page 1 of 1

Language pack

Posted: Wed Oct 20, 2004 9:12 pm
by Guest
I'm creating a language-file in swedish that I'll send to the Serendipity-team. But there is a problem. I just want to bug test it and uploads it to the lang-folder, but even if it has got it owns name I can't find it in admin-mode. What's wrong? :?

Posted: Thu Oct 21, 2004 12:58 am
by tadpole
Take a look at serendipity_lang.inc.php... specifically, lines three and fourteen.

Posted: Thu Oct 21, 2004 5:01 pm
by Guest
What do you mean?

Posted: Thu Oct 21, 2004 9:09 pm
by jhermanns
add 'sw', or whatever the 2letter code is for sweden, in line 14 of the file tadpole mentioned. it looks like this:

Code: Select all

$supported_languages = array('en', 'da', 'de', 'es', 'cs', 'cz', 'fr', '
nl', 'pt', 'bg', 'no', 'it');