Hello,
Ok after giving it a break for a day - I tried again.
I found what was causing the 3 fatal errors - tip: don't mess with the % in character strings.
That fixed I tried following the RT tutorial for translating - still didn't work.
Then I tried the language switcher instructions from:
www.studiograsshopper.ch/web-development...ationalising-themes/
(It's a 5 part series) which goes into a little more depth than the RT-Tutorial.
And although the Language-Switcher plug-in works fine (my written text translates) the theme remains English.
However I noticed that in the Afterburner Functions.php file - there this bit of code:
rockettheme_translation();
Followed further down by:
function rockettheme_translation() {
load_theme_textdomain('afterburner_lang');
}
function _r($str)
{
return __($str, 'afterburner_lang');
}
function _re($str)
{
_e($str, 'afterburner_lang');
}
I haven't coded anything since 1999 - but shouldn't one of these be referencing the fr_FR.po file?
Please advise.
Alessandro