Hi,

If I try to do intltool-update fr in the po file, I get the following error:

sh: [email protected]: Aucun fichier ou rĂ©pertoire de ce type
ERROR: xgettext failed to generate PO template file. Please consult
       error message above if there is any.

The folloing patch (attached also) fixes the problem)


--- hvirtual-2.0+svn20060531-807.orig/po/Makevars 2006-05-31 15:30:06.575183283 +0200 +++ hvirtual-2.0+svn20060531-807/po/Makevars 2006-05-31 15:15:27.930628517 +0200
@@ -34,7 +34,7 @@
# It can be your email address, or a mailing list address where translators # can write to without being subscribed, or the URL of a web page through
 # which the translators can contact you.
-MSGID_BUGS_ADDRESS = <[email protected]>
+MSGID_BUGS_ADDRESS = [email protected]

# This is the list of locale categories, beyond LC_MESSAGES, for which the
 # message catalogs shall be used.  It is usually empty.

It seems that the --msgid-bugs-address doenswant the envlosing <>

Regards

Jean-Luc
--- hvirtual-2.0+svn20060531-807.orig/po/Makevars	2006-05-31 15:30:06.575183283 +0200
+++ hvirtual-2.0+svn20060531-807/po/Makevars	2006-05-31 15:15:27.930628517 +0200
@@ -34,7 +34,7 @@
 # It can be your email address, or a mailing list address where translators
 # can write to without being subscribed, or the URL of a web page through
 # which the translators can contact you.
-MSGID_BUGS_ADDRESS = <[email protected]>
+MSGID_BUGS_ADDRESS = [email protected]
 
 # This is the list of locale categories, beyond LC_MESSAGES, for which the
 # message catalogs shall be used.  It is usually empty.

Attachment: pgpNx4BxLUcEg.pgp
Description: PGP signature

Reply via email to