https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36947 --- Comment #67 from David Cook <dcook@prosentient.com.au> --- Comment on attachment 183552 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183552 Bug 36947: Add system preference for configurable locale-based facet sorting Review of attachment 183552: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=36947&attachment=183552) ----------------------------------------------------------------- ::: Koha/I18N.pm @@ +53,5 @@
N__np );
+our @EXPORT_OK = qw( + available_locales
I'm not sure why you'd want to be able to export this, when you can just call it as Koha::I18N::available_locales(), but I guess it's not an problem per se. -- You are receiving this mail because: You are watching all bug changes.