8. Internationalization

8.1. How can I fix a misspelling for a language?

8.2. How can I add a new langiage?

8.3. The compilation/make fails on the Perl module gettext

Sometimes there are problems with the compilation of the Perl module gettext. The most common problem is a loader problem where ld reports a non existing library intl (-lintl). The output look like follows: The Perl module is only an interface to a C library from gettext. You must install the package gettext and the problem should be solved.