Hi,
Wed, 24 May 2006 22:09:50 +0200
Denis Barbier <[EMAIL PROTECTED]> "Re: Bug#368689: po-debconf: run
debconf-updatepo but no word wrapping"
>Please check with a package containing a Japanese translation.
>If debconf displays your translation without problem, there is
>no bug.
debconf-updatepo works "msgmerge -U foo.po template.pot",
but "-U" or "--update" option doesn't work about word wrapping in
its po file :(
Just "msgmerge ja.po templates.pot -o ja.po" works fine.
-------------------------------------------------------------------------
--- ./debconf-updatepo 2006-05-25 10:39:12.000000000 +0900
+++ ./debconf-updatepo.new 2006-05-25 10:39:43.000000000 +0900
@@ -123,7 +123,7 @@
do
[ "x$lang" = "x*.po" ] && break
[ -n "$verbose" ] && printf "Merging $lang with $domain.pot...
" 1>&2
- msgmerge -q -U $lang $domain.pot
+ msgmerge -q $lang $domain.pot -o $lang
[ -n "$verbose" ] && msgfmt -v -o /dev/null $lang
done
fi
-------------------------------------------------------------------------
Maybe it's not bug, but I'm confusing with its change about
word wrapping in po file.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]