Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
> Georg> Jean-Marc Lasgouttes wrote:
> >> Can they be removed? They clutter .po files.
> Georg> AFAIK they where once removed also in trunk, but designer adds
> Georg> them back.
> So we have to find a way to skip these. How does KDE gather the
> translatable strings?
It has a mass of magical scripts. Don't go there ;-)
What's the magic that you use to extract the translatable strings from the .ui
files? I thought it was the ui_l10n.pot target in po/Makefile.in.in but I
don't see anything there that would grab
<property name="caption">
<string>AboutDialog</string>
</property>
What am I missing?
Angus