kdelibs4support does not contain any .po
David Faure
faure at kde.org
Wed Oct 1 08:51:05 UTC 2014
On Wednesday 17 September 2014 23:07:50 Albert Astals Cid wrote:
> El Dimecres, 17 de setembre de 2014, a les 22:53:35, David Faure va
escriure:
> > On Monday 15 September 2014 23:12:19 Albert Astals Cid wrote:
> > > Hi David, kf-ers
> > >
> > > I can't find any .po inside kdelibs4support tarball.
> > >
> > > David can you make sure the files get packaged and installed for the
> > > next
> > > frameworks release?
> >
> > Indeed, they aren't picked up by make_rc_tag.sh because all other
> > frameworks .po files are named ${repo}5.po or ${repo}5_*.po
> >
> > But the one for kdelibs4support is called kdelibs4support.po, no "5"
> > suffix.
> >
> > Shall I add a special case for kdelibs4support to make_rc_tag.sh, or
> > should
> > we rename the .po files for consistency?
>
> kdelibs4support5 is a weird name, no?
>
> I'd go for special case maybe?
>
> Also does this mean we are not shipping these either?
>
> kcm_webshortcuts.pot -> kio
> kshorturifilter.pot -> kio
> kurifilter.pot -> kio
Hmm how is my script supposed to find out that these should be shipped with
kio? Grepping the Messages.sh? Hmm, it sounded fragile at first, but it seems
to work:
$ find . -name '*.sh' | xargs grep -- '-o \$podir' | sed -e 's,.*podir/,,'
kcm_webshortcuts.pot
kio5.pot
kurifilter.pot
kshorturifilter.pot
Alternatively we could move these under messages/frameworks/kio/ in l10n.
Or prefixing them with kio_, easy to collect with a wildcard then.
What do you think?
--
David Faure, faure at kde.org, http://www.davidfaure.fr
Working on KDE Frameworks 5
More information about the Kde-frameworks-devel
mailing list