Hey Claus,
yep - this is the case for the last stable release 20070525 :(
-- the help files didnt change language
--- our main focus so far has been on the text in all the pages
--- making help work correctly is the next hurdle
hopefully in the next release or so this will be resolved
Cheers
Justin
Hey Claus,
the proper solution is to change the references in docs.php from $lang to $language - refer belowif($_GET['t'] == "help") {
include("./documentation/$language/help/$_GET[p].html");
}
else {
$file = "./documentation/$language/general/$_GET[p]";$file = "./documentation/$language/general/about.php";
i've got to update the en dir to en-gb to
Cheers
Justin
It looks like you're new here. If you want to get involved, click one of these buttons!