http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11265 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@biblibre.co | |m Assignee|koha-bugs@lists.koha-commun |jonathan.druart@biblibre.co |ity.org |m --- Comment #2 from Jonathan Druart <jonathan.druart@biblibre.com> --- (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.