http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11265
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m Assignee|[email protected] |[email protected] |ity.org |m --- Comment #2 from Jonathan Druart <[email protected]> --- (In reply to Katrin Fischer from comment #0) > While writing the patch for 11264 I tried a few things with the new locale > setting. There are 2 notable problems: > > 1) When you explicitly pick a locale it is save to the database correctly, > but when you edit the subscription later, the pull down is shown empty. Should be fix by the patch. > 2) It didn't detect my system locale correctly. I am not sure if I am > missing an additional thing in the code? In fact Apache does not export the system locales. A workaround would be to export the needed value in the Apache conf: SetEnv LC_TIME 'LANG.utf8' (with LANG is fr_FR or de_DE, etc.) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
