Naken ChatLanguage Translation of Naken Chat Currently Supported Languages - Naken Chat has already been translated to English, French, German, Italian, Norwegian, and Spanish. If you'd like to use Naken Chat in a language other than the default English, you need to download the source code and have a compatible C compiler. To set Naken Chat to compile in another language, you need to use the --enable-language option in the configure script. For example, ./configure --enable-language=norwegian will configure Naken Chat to compile the server using the Norwegian Language. Translating to other languages - If you need Naken
Chat in another language, and you can't find support for your
language, you can take the english.h file and translate it
yourself. In that file are a bunch of #define lines. All
you need to do is translate what's in between the quotes to your
language. For example, if you need to translate this line: To enable your language, place your language.h file in src/language/ and add a #elif line in src/language.h for your language. After that, the configure script should pick up your language when you use --enable-language=. If you send your new language.h file to me, I will add it to the Naken Chat distribution so others can use it :).
|