I am using the de_german.pl file but there are a lot of strings which
show up in english only.
Any idea what I can do to change this?
Screenshots here:
http://team-noehring.de/extern/error/plans/plans8110-1.png (on the
right)
http://team-noehring.de/extern/error/plans/plans8110-2.png (whole
page)
http://team-noehring.de/extern/error/plans/plans8110-3.png (whole
page)
Olaf
I believe this is caused by the plans_lang.js file still containing
english text. Plans.cgi will automatically regenerate this file
every time the version of Plans changes. But if you switch language
files, you'll need to force it to regenerate:
To do this, find this option in plans_config.pl:
$options{generate_js_lang} = 0;
Change it to 1, and reload the calendar in your browser. You can
switch it back to 0 afterwards for efficiency.
- Lloyd