27 May
2024
27 May
'24
8:34 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36947 --- Comment #19 from David Cook <dcook@prosentient.com.au> --- To generate a locale and Koha to use it 1. vi /etc/locale.gen 2. Uncomment the locale you want to generate (e.g. fi_FI.UTF-8 UTF-8) 3. locale-gen 4. locale-a # this will show you what locales are available 5. Export env vars export LANG=fi_FI.UTF-8 6. koha-plack --restart kohadev # NOTE: You must restart. Reloading won't pull in the new env I know the Perl docs said to use LC_COLLATE, but I could only get it to work with LANG... -- You are receiving this mail because: You are watching all bug changes.