Re: Comparing methods
- From: Åsmund Skjæveland <aasmunds student matnat uio no>
- To: gnome-i18n gnome org
- Subject: Re: Comparing methods
- Date: Sat, 15 Apr 2006 16:10:56 +0200
> >However, I do appreciate that having a simple way of getting all the
> >current POT files helps new teams a lot. As a consequence, years ago I
> >requested there be a link on the status pages where you could download
> >a tarball with "all current POT files for developer-libs" and a
> >tarball with "all current POT files for desktop". I imagine that would
> >not be a very complicated feature to add.
>
> Yes, this is the part that I also think could be useful. I gather it
> didn't happen...
Missing features leads to lots of people thinking up their own hacks.
For example, here's a bash script that downloads the files for one
language for you:
$LANG_CODE=nn
for i in desktop developer-libs proposed;
do
mkdir -p $i;
cd $i;
wget -r -l 1 -N -nd -A"*.po,*.pot" http://l10n-status.gnome.org/gnome-2.14/$LANG_CODE/$i/;
cd ..;
done
-N is a timestamp check, but it's only there to save a little
bandwith. wget will happily overwrite any files already in the
directory.
Set LANG_CODE to your language code, of course. I don't know if it'll
work on Mac (you need a bourne shell and wget).
--
Åsmund Skjæveland {
aasmunds student matnat uio no
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]