Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Mar 2007 16:38:14 -0500
From:      "Jeremy Messenger" <mezz7@cox.net>
To:        "Takeharu KATO" <takeharu1219@ybb.ne.jp>
Cc:        gnome@freebsd.org, Norikatsu Shigemura <nork@freebsd.org>, ume@freebsd.org
Subject:   Re: xchat ja.po catalog file fix
Message-ID:  <op.tpj6d0c59aq2h7@mezz.mezzweb.com>
In-Reply-To: <46015905.8040608@ybb.ne.jp>
References:  <46015905.8040608@ybb.ne.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 21 Mar 2007 11:10:45 -0500, Takeharu KATO <takeharu1219@ybb.ne.jp>  
wrote:

> Hi
>
> I found a bug in catalog file(ja.po) in xchat.
> I can not figure out original author of the software, so
> I post the patch to fix the problem to gnome@freebsd.org.
>
> Would you apply the patch.

http://www.xchat.org/files/source/2.8/patches/

It has same patch as your, so I took from there and committed it. Thanks  
for report and submit a patch. Next time, please use PR that way we don't  
lose your patch.

Cheers,
Mezz

> The problem is that when xchat is invoked, the program detect
> message format error and make it crash due to invalid format of
> message on japanese environments.
>
> This problem is caused by message line as followed.
> --
> msgstr "%C28-%C29$1/Wallops%C28-%O$t$"
> --
> $ character at the end of this line should specify variable number,
> but this line is lack of valid variable number, so this
> message line is handled as critical error by xchat.
>
> According to corresponded msgid, the problem may be fixed by using the
> catalog as followed:
> --
> msgstr "%C28-%C29$1/Wallops%C28-%O$t$2"
> --
>
>



-- 
mezz7@cox.net  -  mezz@FreeBSD.org
FreeBSD GNOME Team  -  FreeBSD Multimedia Hat (ports, not src)
http://www.FreeBSD.org/gnome/  -  gnome@FreeBSD.org
http://wiki.freebsd.org/multimedia  -  multimedia@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.tpj6d0c59aq2h7>