> I am testing the new SpamBayes 1.1a1 version and cannot get > any French dialogs. > I have tried adding the lines to the default_bayes_customize.ini > file > [globals] > language:fr_FR
It seems that there's a bug in 1.1 that means that falling back to the main language (i.e. from fr_FR to fr) doesn't work. I've opened a tracker for this: [ 1181160 ] Language fallback doesn't work <http://sourceforge.net/tracker/index.php?func=detail&aid=1181160&group_id=6 1702&atid=498103> In the meantime, if you just have [globals] language:fr That should work (it does here). (I assume this is with the binary installer). > I've also searched for french localized files (MO ?) in Spambayes's > tree, and only found ones for Spanish language( not for french). The ones for the dialogs and sb_server web interface (which is what has been translated into French) are inside the spambayes.modules file in the lib directory, so you wouldn't find them. You'll notice that there are bits that aren't translated yet - basically anything that is dynamically generated (like the information on the Statistics tab). Once these are done there will be .mo files for French as well. =Tony.Meyer _______________________________________________ [email protected] http://mail.python.org/mailman/listinfo/spambayes Check the FAQ before asking: http://spambayes.sf.net/faq.html
