Re: I am getting this .po build error with eel cvs HEAD.



Miles Lane <miles@megapathdsl.net> writes:

>   && rm -f $file && PATH=../src:$PATH /home/miles/garnome/bin/msgfmt -o $file lv.po
> lv.po:35: invalid multibyte sequence
> lv.po:61: invalid multibyte sequence
> lv.po:65: invalid multibyte sequence
> lv.po:69: invalid multibyte sequence
> lv.po:89: invalid multibyte sequence
> lv.po:97: invalid multibyte sequence
> found 6 fatal errors
> make[2]: *** [lv.gmo] Error 1

Usually, you can fix these errors as follows:

LL=lv
TEXTDOMAIN=eel
for l in $LL ; do
  cp $l.po $l.po.tmp
  LANG=C OLD_PO_FILE_INPUT=yes msgmerge -v $l.po.tmp $TEXTDOMAIN.pot -o $l.po
done

-- 
ke@suse.de (work) / keichwa@gmx.net (home):              |
http://www.suse.de/~ke/                                  |      ,__o
Free Translation Project:                                |    _-\_<,
http://www.iro.umontreal.ca/contrib/po/HTML/             |   (*)/'(*)



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