chimeric / dokuwiki-plugin-wikicalendar

http://dokuwiki.org/plugin:wikicalendar
GNU General Public License v2.0
10 stars 8 forks source link

Multilangalism #7

Closed vojtarylko closed 14 years ago

vojtarylko commented 14 years ago

Hi,

I have not experience with developing plugins for dokuwiki so I cannot repair it myself. In dokuwiki-plugin-wikicalendar/conf/default.php should be somethink like

  $conf['weekstart'] = getLang('Monday');

(This also need changes in other files...)

Because with translated plugin in settings is still Monday/Sunday...

Cheers Vojta

chimeric commented 14 years ago

Won't "fix" see http://github.com/chimeric/dokuwiki-plugin-wikicalendar/issues/closed#issue/5

vojtarylko commented 14 years ago

Oh, sorry.

Floriang commented 14 years ago

It's doable, see http://github.com/chimeric/dokuwiki-plugin-wikicalendar/issues/closed#issue/5/comment/313745

chimeric commented 14 years ago

Erm, what? Send a working patch and I think about it, I can't see how that should work... To make myself clear, I don't want people to mess with the settings.php file to change the weekstart. It should be configurable using the configuration manager.