https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17600 --- Comment #120 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Jonathan Druart from comment #117)
(In reply to Jonathan Druart from comment #116)
Created attachment 123196 [details] [review] [review] Bug 17600: (follow-up) Fix wrong import in Koha::I18N - LC_MESSAGES
Can I get a review on that patch please, before I push it and continue to mess up with things.
I think this fixes a problem we had prior to this patch (to confirm!). Both Locale::Messages and POSIX are exporting LC_MESSAGES. As we explicitly imported LC_MESSAGES from Locale::Messages I guess it's what we wanted to do, but POSIX exported it as well and it's the one we got (it's after Locale::Messages in the use sequence).
I will try. -- You are receiving this mail because: You are watching all bug changes.