[Mailman-Users] Multi-language support

Tokio Kikuchi tkikuchi at is.kochi-u.ac.jp
Mon Jun 23 12:49:23 CEST 2003


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/





More information about the Mailman-Users mailing list