aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: 6fd4826f96ceadf9bc595427de4ac5fca106a9a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Now the desktop files internationalization is handled trough xml-i18n-tools;
so DON'T EDIT DUIRECTLY THOSE FILES, they will be overwritten; instead
edit the corresponding *.in file.

In those *.in files each entry preceded by an underscore (_) means there
can be localized entries; eg:

_Foo=blablalbnla

means the produced desktop file will be like:

Foo=blablalbnla
Foo[ab]=dfsdfsdf
Foo[xy]=cpakgdoijnqd

etc.

The translations are taken from the po files in the po directory.

Pablo Saratxaga <pablo@mandrakesoft.com>