23 May
2017
23 May
'17
4:36 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18634 --- Comment #10 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Just looked a bit deeper in the code: misc/translator uses YAML::Syck::LoadFile on a pref file admin/preferences first uses gettemplate on a pref file, runs template->output and feeds that into YAML::Syck::Load Seems your problem is related to the second route. In order to know what happens with your french prefs, please examine the output of $data=gettemplate(...) and then $data->output in a test script, making sure that gettemplate reads your french file. -- You are receiving this mail because: You are watching all bug changes.