Hi, On Fri, 27 May 2005 08:19, Rhys Jones wrote: > Hello, > > A quick query: I'm trying to add some translations to the evolution > module in CVS HEAD, starting from a clean checkout, and I'm coming > across the following problem when running intltool-update: > > [EMAIL PROTECTED] HEAD]$ cvs co evolution > (output snipped) > [EMAIL PROTECTED] HEAD]$ cd evolution/po; intltool-update --pot > can't open > ./../plugins/groupwise-features/org-gnome-shared-folder.error.xml: No such > file or directory at /usr/bin/intltool-extract line 200. > addressbook/gui/widgets/test-reflow.c:23: warning: unterminated string > literal addressbook/gui/widgets/test-reflow.c:48: warning: unterminated > string literal /usr/bin/xgettext: error while opening > "plugins/groupwise-features/org-gnome-shared-folder.error.xml.h" for > reading: No such file or directory ERROR: xgettext failed to generate PO > template file. Please consult error message above if there is any. > [EMAIL PROTECTED] HEAD]$ intltool-update --version > intltool-update (intltool) 0.31.2 > (rest of output snipped)
Try this: in po/POTFILES.in the following line: plugins/groupwise-features/org-gnome-shared-folder.error.xml should be changed to: plugins/groupwise-features/org-gnome-shared-folder.errors.xml (missing s in errors) cheers, asgeir _______________________________________________ gnome-i18n mailing list gnome-i18n@gnome.org http://mail.gnome.org/mailman/listinfo/gnome-i18n