message extraction errors in kdeutils?
Burkhard Lück
lueck at hube-lueck.de
Tue Dec 8 23:41:57 CET 2009
Am Dienstag, 8. Dezember 2009 22:10:51 schrieb Rolf Eike Beer:
> Am Dienstag, 8. Dezember 2009 schrieb Friedrich W. H. Kossebau:
> > Hi Burkhard,
> >
> > Mardi, le 8 decembre 2009, à 18:34, Burkhard Lück a écrit:
> > > Hi kdeutils devels,
> > >
> > > python checkextraction.py kdeutils/ reports some extraction errors:
> > >
> > > missing ui/rc/kcfg files with <string>/<text> in templates (2 of total
> > > 5): kdeutils/kgpg/editor/kgpgeditor.rc
> > > kdeutils/okteta/designer/examples/example_widget.ui
> >
> > For kdeutils/kgpg/editor/kgpgeditor.rc I will do a fix in a few minutes,
> > if Eike or someone else isn't quicker :)
>
> Please do it, that frees me from finding out how to do that properly ;)
> Good luck it's only a single string at the end as the others are shared
> with kgpg/keysmanager.rc. I wonder why those messages are extracted
> without the file being in Messages.sh
>
Cause of this line in scripty's tool chain:
ls -1 *.rc *.ui *.ui3 *.ui4 *.kcfg 2> /dev/null | xargs --no-run-if-empty
$EXTRACTRC > rc.cpp
But this doesn't catch a rc file in a subdir of Messages.sh
--
Burkhard Lück
More information about the Kde-utils-devel
mailing list