On Wed, 2010-07-14 at 19:33 +1000, Tao Wang wrote: > Hi, > > I found /usr/share/gnome/help/gtkmm-tutorial/de/gtkmm-tutorial.xml in > my ubuntu. > However, I didn't find 'de' translation of gtkmm-tutorial html, and I > don't know how to browse it. Could you tell me why it's there? What it > is for?
The de/*.xml file is generated from the original C/ .xml file and the de/de.po file: http://git.gnome.org/browse/gtkmm-documentation/tree/docs/tutorial/de It's just that nobody has done much work on the German translation. But it's still there so that a) Someone can gradually finish the German translation. b) You see how you might add a translation for a different language instead. The GNOME Help browser (yelp) reads these DocBook XML (.xml) files directly. > I also found the gtkmm tutorial > at /usr/share/doc/gtkmm-documentation/tutorial/html in html format, > which is English. Yes, which you could use to view it in a web browser. > Is the gtkmm-tutorial.xml used for dynamically translate it to other > language by a viewer? See above. -- [email protected] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
