https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36947
--- Comment #54 from David Cook <[email protected]> --- (In reply to David Cook from comment #53) > But I'll have a go again with Finnish and have another look when it's not so > late... I was going to leave this for another day but I'm just too stubborn. 1. vi /etc/locale.gen 2. Uncomment the locale you want to generate (e.g. fi_FI.UTF-8 UTF-8) 3. locale-gen Now when I give Unicode::Collate::Locale the "fi_FI" locale, it definitely sets it. That suggests to me that both English and French use the same collator. That's going to make unit testing this in any meaningful way pretty hard... but maybe that just means I need to raise a ticket with koha-testing-docker folk to add fi_FI as a locale to ktd so that we can do this kind of testing... blah... -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
