[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: crash with korean po file

From: Jens Seidel <jensseidel_at_users.sourceforge.net>
Date: Thu, 11 Sep 2008 23:13:25 +0200

On Thu, Sep 11, 2008 at 06:49:48PM +0200, Stefan Küng wrote:
> #: ../libsvn_ra_neon/util.c:248
> #, fuzzy, c-format
> #| msgid "Error parsing %s property on '%s': '%s'"
> msgid "Error setting property '%s': "
> msgstr "'%s'에 대한 %s 속성을 분석하던 중 오류 발생: '%s'"

The translation isn't used as this message is marked "fuzzy". That's
just a guess of msgmerge from other existing translations to simplify
translators work.

Until msgfmt is called with option -f (which would be a bad idea) fuzzy
strings are ignored. Using a --check* option per default as proposed is
nevertheless a good idea (I thought is is the default).

So you have another problem!?

> What would be the best way to deal with this? Simply change that
> specific translation to
>
> #: ../libsvn_ra_neon/util.c:248
> #, c-format
> msgid "Error setting property '%s': "
> msgstr ""
>
> So it is marked as 'not translated'?

Yep, or even better adding "#, fuzzy" is the normal solution.

Jens

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-09-11 23:25:16 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.