From 2e71440203ee19db7bb87e262e84adea7cfa773f Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Thu, 29 Mar 2001 08:14:33 +0000 Subject: Now uses xml-i18n-tools to handle i18n --- README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README (limited to 'README') 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 -- cgit v1.2.1