GNOME Bugzilla – Bug 406825
i18n chapter update
Last modified: 2007-02-14 11:22:26 UTC
Explains how to set up an autotools-based project, the use of intltool, basic instructions how to add a translation and a resources list.
Created attachment 82342 [details] [review] patch for gtkmm_tut.xml
nice. one quick comment from a brief perusal: I don't think the following line is necessary if you're requiring intltool 0.35: + ALL_LINGUAS= "`cat "$srcdir/po/LINGUAS"`" I believe that was a hack that was required before intltool was changed so that it read the po/LINGUAS file directly (I believe that happened in 0.35).
Yes, that line is not necessary.
Committed, and uploaded, with some small changes, and an extra sentence to make sure that we introduce gettext (or intltool) before using it. Many thanks.