[pmwiki-users] translating cookbook

jdd jdd at dodin.org
Thu Jul 10 13:31:18 CDT 2014


Hello,

I have a problem translating strings for the emailform cookbook.

instructions are here:
http://www.pmwiki.org/wiki/Cookbook/EMailForm

in my config.php file, I wrote:

$EnableEMailFormSecurity = true;
include_once("$FarmD/cookbook/emailform.php");
(...)
$EnableEMailFormUTF8 = false;

$XL['fr']['Your address:'] = 'Votre adresse:';
$XL['fr']['Subject:'] = 'Objet:';

(...)

the page is there:

http://www.culte.org/pmwikitest/?n=Main.WikiSandbox

If I make a syntax error in the config.php file (for example => ion place of 
=), the wiki page is blank, so I'm sure the file is read

I have the very same result with the include once file before or after the $XL 
variables...

any idea?

thanks
jdd

-- 
http://www.dodin.org



More information about the pmwiki-users mailing list