aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/README
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@mandriva.com>2007-10-01 12:26:35 +0000
committerFrederic Crozat <fcrozat@mandriva.com>2007-10-01 12:26:35 +0000
commit362918c5d6b332bfc42b8f7ae3d544bf8f5b167b (patch)
treecdfb5de2232920575a2ff9b9aeff475717c3233b /trunk/README
parentbaf01dea0266bcfd81f1b00286e269e679da0a7d (diff)
downloadcommon-data-362918c5d6b332bfc42b8f7ae3d544bf8f5b167b.tar
common-data-362918c5d6b332bfc42b8f7ae3d544bf8f5b167b.tar.gz
common-data-362918c5d6b332bfc42b8f7ae3d544bf8f5b167b.tar.bz2
common-data-362918c5d6b332bfc42b8f7ae3d544bf8f5b167b.tar.xz
common-data-362918c5d6b332bfc42b8f7ae3d544bf8f5b167b.zip
V2008_0_13mdvV2008_0_13mdv
Diffstat (limited to 'trunk/README')
-rw-r--r--trunk/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/trunk/README b/trunk/README
new file mode 100644
index 0000000..0ffea4b
--- /dev/null
+++ b/trunk/README
@@ -0,0 +1,20 @@
+Now the desktop files internationalization is handled trough xml-i18n-tools;
+so DON'T EDIT THOSE FILES DIRECTLY, 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>