Contents  History  Source  Email Feedback
KDE
===

The KDE Linux desktop is easily localisable and has a very mature localisation
project.

Resources

* Project website
	i18n.kde.org

Compiling your language

If you have made changes or wish to install the latest translations for your
language from CVS do the following after checking out the kde-i18n module from
CVS.

$ cd kde-i18n
$ echo XX > inst-apps # Where XX is your language's ISO code
$ make -f Makefile.cvs
$ ./configure # or ./configure --prefix=/usr if you do not want files installed is /usr/local
$ make
$ su -c "make install"