Re: [Nautilus-list] ta translation breaks Nautilus compile



Well, I played around with it a bit, and the below lines fix the
problem.  However, I have no idea how to tweak the Makefile to make this
happen automatically for the ta.po file, so I'll have to defer that to
someone who knows how.  Or maybe the person/people who did the Tamil
translation could fix the .po file?

file="ta.gmo"
rm -f $file && LANG=c OLD_PO_FILE_INPUT=yes /usr/bin/msgfmt --statistics
-o $file ta.po

Dan


On Sun, 2001-08-26 at 12:04, Karl Eichwalder wrote:
> Darin Adler <darin bentspoon com> writes:
> 
> > I'm using gettext 0.10.37 and not seeing the problem. I would like to
> > get this fixed, but I have no idea what to do about it.
> >
> > Maybe the gnome-i18n list denizens can help.
> >
> >> file=./`echo ta | sed 's,.*/,,'`.gmo \
> >>   && rm -f $file && /usr/bin/msgfmt --statistics -o $file ta.po
> >> ta.po:989: invalid multibyte sequence
> >> ta.po:1970: invalid multibyte sequence
> 
> Please, try to fix it along these lines:
> 
> From: Karl Eichwalder <keichwa gmx net>
> Subject: gettext and OLD_PO_FILE_INPUT=yes (Re: ANNOUNCE: GDM 2.2.2.1, the "George deserves a spanking!" release)
> To: gnome-hackers gnome org
> Cc: gnome-i18n gnome org, George <jirka 5z com>
> Date: 02 Jun 2001 17:42:49 +0200
> 
> George <jirka 5z com> writes:
> 
> Thanks for the new release.
> 
> > A note on this release is that the "ja" and "zh_TW.Big5" translations aren't
> > included because the files on CVS are b0rk and have some illegal characters
> > and such other things.  I hope to fix this before next release.
> 
> 2001-06-02  Karl Eichwalder  <ke suse de>
> 
> 	* ja.po, zh_TW.Big5.po: Use OLD_PO_FILE_INPUT=yes to merge the
> 	files.
> 
> Now the files are woring for me (gettext 0.10.38).  This command did the
> trick (hopefully for you, too); native speakers please check:
> 
> for l in ja zh_TW.Big5; do
>   cp $l.po $l.po.tmp
>   LANG=C OLD_PO_FILE_INPUT=yes msgmerge -v $l.po.tmp  gdm.pot -o $l.po
> done
> 
> ..............................................................................
> Read 398 old + 534 reference, merged 379, fuzzied 24, missing 131, obsolete 13.
> ...................................................................
> Read 398 old + 534 reference, merged 379, fuzzied 13, missing 142, obsolete 15.
> 
> -=-=-=-=-=-=-=-=-=-=-=-=-=- cut here -=-=-=-=-=-=-=-=-=-=-=-=-=-
> From: Karl Eichwalder <keichwa gmx net>
> Subject: Re: Nautilus i18n statistics, pozilla etc.
> To: gnome-i18n gnome org
> Cc: Bruno Haible <haible ilog fr>
> Date: 17 Jun 2001 20:43:06 +0200
> 
> Fatih Demir <kabalak gmx net> writes:
> 
> > > ta              ------------- Failure due to a warning ------------
> > 
> > This is an often occuring problem: msgfmt/msgmerge print out warnings due to
> >  the TSCII encoding; are these warnings foo'sh? Due to the warning there
> >   are no statistics for any ta.po/ta in pozilla.sh's output table..
> 
> Please, send a small test file to Bruno Haible (see Cc), the gettext
> maintainer.
> 
> 






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]