On Sunday 16 May 2004 12:09, Nicolas Goutte wrote: > On Sunday 16 May 2004 00:15, Heiko Evermann wrote: (...) > > > KLocale::initCatalogue > > loads kdelibs.mo and kio.mo with these two lines > > > > // always include kdelibs's mo files > > d->catalogues.append( KCatalogue( SYSTEM_MESSAGES ) ); > > d->catalogues.append( KCatalogue( "kio" ) ); > > > > Yes, but this code means that you cannot restrict the discussion to KLocale > but you have to look further, at least to KCatalogue (and perhaps even to > kdelibs/kdecore/libintl.cpp .) Similar with the following member function. Here too the work is done "one floor lower" in the class KCatalogue void KLocale::insertCatalogue( const QString & catalog ) { KCatalogue cat( catalog ); initCatalogue( cat ); d->catalogues.append( cat ); } (...) > > > Kind regards, > > > > Heiko Evermann > > (Low Saxon translation team) > > Have a nice day!