[Mailman-Developers] Translation not working?

Brian Greenberg grnbrg at gmail.com
Mon Nov 15 17:05:23 CET 2004


On Mon, 15 Nov 2004 14:00:11 +0100, Christiaan den Besten
<chris at scorpion.nl> wrote:
> Well,
>
> I have already send him some emails asking the same thing, but no reply :(
>
> Actually, the translation is there ... it just doesn't show up in the
> "confirm subscription" page. Is there anyway I can check if the .po/.mo file
> is ok?

I've found that the install does not seem to copy over all of the *.mo
files.  After the make install completes, I do:

cd $BUILD_TREE
for MAILMAN_MO in $( ls messages/*/LC_MESSAGES/mailman.mo )
do

        cp $BUILD_TREE/$MAILMAN_MO /usr/local/mailman/$MAILMAN_MO

done

This seems to fix the problem.

Brian.
--
Brian Greenberg
grnbrg at gmail.com


More information about the Mailman-Developers mailing list