When is (was?) deadline for translations making it into hoary?

Colin Watson cjwatson at ubuntu.com
Tue Apr 5 23:33:31 UTC 2005


On Wed, Apr 06, 2005 at 12:43:12AM +0200, Frederik Dannemare wrote:
> On Wednesday 06 April 2005 00:15, Colin Watson wrote:
> > Any chance you could point me at which components you translated? I
> > probably won't be able to merge most of the translations now, but I
> > might be able to do one or two in the event that I'm changing
> > something else anyway.
> 
> If you manage to find the time, that'd be swell.
> 
> <https://launchpad.ubuntu.com/distros/ubuntu/hoary/+sources/prebaseconfig/+pots/pkgconf-prebaseconfig>
> <https://launchpad.ubuntu.com/distros/ubuntu/hoary/+sources/base-installer/+pots/pkgconf-base-installer>
> <https://launchpad.ubuntu.com/distros/ubuntu/hoary/+sources/base-config/+pots/pkgconf-base-config>
> <https://launchpad.ubuntu.com/distros/ubuntu/hoary/+sources/base-config/+pots/base-config>
> 
> You want me to export all four as .po from Rosetta and mail them to you? 

I was about to say "yes, please", but then I realised it was pretty easy
to script. :) I've merged these into my local working trees (with the
exception of the last one, which should probably go upstream - I haven't
been updating this set of .po files in Ubuntu, since the .pot doesn't
have any Ubuntu changes).

#! /bin/sh

if [ "$1" = --help ]; then
	echo "Usage: $0 SOURCE POTNAME LANG" >&2
	echo "  e.g. $0 prebaseconfig pkgconf-prebaseconfig da"
fi

wget -q -O - "https://launchpad.ubuntu.com/distros/ubuntu/hoary/+sources/$1/+pots/$2/$3/po" | msgcat -

Cheers,

-- 
Colin Watson                                       [cjwatson at ubuntu.com]




More information about the ubuntu-translators mailing list