Am Freitag, 21. September 2012 09:25:58 schrieb Yuri Chornoivan: > > Am Donnerstag, 20. September 2012 21:26:42 schrieb Yuri Chornoivan: > > > Hi, > > >=20 > > > The new Calligra Author component works as a part on top of Words > > > (/words/part/author in Calligra repository) but does not load any > > > Calligra translations so looks absolutely untranslated. > > >=20 > > > Is there any easy way (or maybe hard way ;) ) to fix this? > >=20 > > Easy way : > > words/part/author/CAuAboutData.h > > - KAboutData * aboutData =3D new KAboutData("author", 0, ki18nc(... > > + KAboutData * aboutData =3D new KAboutData("author", "words", > > ki18nc(... >=20 > Thanks for the solution. It works and it was pushed into master. >=20 > But developers still think that KGlobal solution is cleaner (and they do > not remember how it is done ;) ).=20 Afaik appName!=3DcatalogName is the use case the second parameter of KAbout= Data=20 was designed for. > Any hints where to read about this? >=20 http://techbase.kde.org/Development/Tutorials/Localization/i18n_Build_Syste= ms#Special_cases_.28plugins.2C_multiple_catalogs.2C_etc..29 Examples for usage of=20 http://lxr.kde.org/search?filestring=3D&string=3Dsetmaincatalog Thanks =2D-=20 Burkhard L=FCck