Re: A public display of translation ignorance
- From: Karl Eichwalder <ke suse de>
- To: Malcolm Tredinnick <malcolm commsecure com au>
- Cc: gnome-hackers gnome org
- Subject: Re: A public display of translation ignorance
- Date: 01 Aug 2001 13:08:29 +0200
Malcolm Tredinnick <malcolm commsecure com au> writes:
> On Tue, Jul 31, 2001 at 06:50:11PM -0400, Michael Meeks wrote:
> No, you are probably using gettext-10.38 and the po files you are
> running across are designed to work with 10.35. They should be updated
> on a case-by-case basis
Yes.
Do it this way:
#!/bin/bash
# po_old2new.sh
PACKAGE=$1
LANGUAGE=$2
OLD_PO_FILE_INPUT=yes \
msgmerge -o $PACKAGE.$LANGUAGE.po $LANGUAGE.po $PACKAGE.pot \
&& mv $PACKAGE.$LANGUAGE.po $LANGUAGE.po
po_old2new.sh gnumeric zh_TW.Big5
> (see below for the recipe).
Your recipe might work, too...
> (3) Commit. Have a cool drink. Your life will now be better.
Cheers,
Karl
--
Linux frechet 2.4.7-4GB #1 Tue Jul 24 15:07:28 GMT 2001 i686 unknown
1:00pm up 6 days, 18:55, 12 users, load average: 0.00, 0.03, 0.08
work : ke suse de
Karl Eichwalder home : keichwa gmx net
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]