https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36947 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Needs Signoff --- Comment #43 from David Cook <dcook@prosentient.com.au> --- (In reply to Lari Strand from comment #42)
I guess there could be cases where you want to override your env LC_COLLATE locale with one set in koha-conf.xml or Apache. I'm not familiar on how Koha uses localizations in other ways besides selecting intranet language based on your system locale (LC_LANG?). I've seen some code regarding monetary units like [% fines | $Price with_symbol => 1 %], don't know where this can be configured though. I don't think env locale has anything to do with that, otherwise we would be playing with USD instead of €(eur) atm (LC_* = en_US).
I think that the money is based off of acquisitions/syspref data, but I can't recall for certain.
"Or maybe it should be an environmental variable that we can set in the Apache configuration, so that different OPACs can provide different values."
I just want to see all Koha side localization configuration/overrides in the same place if possible.
That does sound reasonable. More thinking to do here I think. -- I think that I'll obsolete the older patches and move back to Needs Signoff. I think we can improve the locale handling as a follow-up. -- You are receiving this mail because: You are watching all bug changes.