From ac5099ebf8fced835c2108ce4d2d327762d0e595 Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Thu, 2 Jun 2011 20:30:42 +0000 Subject: Branch for updates --- 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..0ffea4b --- /dev/null +++ b/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 -- cgit v1.2.1