Home
Phabricator
Search
Log In
Files
F59046717
README
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jun 12, 2:52 PM
Size
1 KB
Mime Type
text/x-c++
Expires
Sat, Jun 14, 2:52 PM (1 d, 1 h)
Engine
blob
Format
Raw Data
Handle
20402151
Attached To
R883 Subversion
README
View Options
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.
Log In to Comment