Jeroen Valcke wrote:

Of course I'm on Solaris and the .mo file is missing. :-(
Is there another way to do translations? Is there somewhere a reference.

Here is a patch for <srcdir>/messages/Makefile.in. You can edit Makefile directly and skip configure.

--- Makefile.in.orig    Mon Jun 23 19:41:09 2003
+++ Makefile.in Mon Jun 23 19:42:23 2003
@@ -106,7 +106,7 @@
            po=$(srcdir)/$$d/LC_MESSAGES/mailman.po; \
            mo=$(srcdir)/$$d/LC_MESSAGES/mailman.mo; \
            dir=$(DESTDIR)$(prefix)/messages/$$d/LC_MESSAGES; \
-           $(INSTALL) -m $(FILEMODE) $$po $$mo $$dir; \
+           $(INSTALL) -m $(FILEMODE) $$mo $$dir; \
        done

 mofiles: $(MOFILES)
==========================================================

Cheers,

--
Tokio Kikuchi tkikuchi@ is.kochi-u.ac.jp
http://weather.is.kochi-u.ac.jp/


------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to