Hi Victor.
I had the same problem and this is the solution that I have found:
- Edit ewiki.php scritp
- In line 710 (function ewiki_make_title(..)) there is:
$o = $title;
try with:
$o = get_string(strtolower($title),wiki);
Good luck
is
Wiki
how to make page names multilanguage?
This discussion has been locked because a year has elapsed since the last post. Please start a new discussion topic.