README
No OneTemporary

File Metadata

Created
Thu, Jun 12, 2:52 PM
In this file:
* What it is
* language directories
* template directory
What it is
----------
Do you wonder what l10n stands for? Just count the letters between the
first L and the last N in the word "localization" ...
language directories
----------------
For every KDE supported language there is one directory that contains *.po
files as well as translated documentation files (*.docbook). To enjoy the
translated programs and languages, one has to install the files from the
respective directory and select the language from Control Center -> Regional
& Accessibility -> Country/Region & Language.
As long as no locale is installed, all programs and documentation appear in
American English.
You don't need to install all locales, just select the directory you want.
To compile a language, for instance "de" :
scripts/autogen.sh de
cd de
./configure
make
template directory
------------------
The template directory contains templates that only translators might use. Please
have a look at the KBabel program from the kdesdk package for further information.