aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2001-03-29 08:14:33 +0000
committerPablo Saratxaga <pablo@mandriva.com>2001-03-29 08:14:33 +0000
commit2e71440203ee19db7bb87e262e84adea7cfa773f (patch)
tree6202f27a975ab4d3490bd2998c573d5285ba4334 /README
parent4dab2daf82599a3552407fe3b4be126c180fd555 (diff)
downloadcommon-data-2e71440203ee19db7bb87e262e84adea7cfa773f.tar
common-data-2e71440203ee19db7bb87e262e84adea7cfa773f.tar.gz
common-data-2e71440203ee19db7bb87e262e84adea7cfa773f.tar.bz2
common-data-2e71440203ee19db7bb87e262e84adea7cfa773f.tar.xz
common-data-2e71440203ee19db7bb87e262e84adea7cfa773f.zip
Now uses xml-i18n-tools to handle i18n
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 20 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..6fd4826
--- /dev/null
+++ b/README
@@ -0,0 +1,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>